Skip to content

Commit fcde3af

Browse files
committed
Use include instead of import for corefoundation
1 parent 2339afc commit fcde3af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gframe/utils_gui.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
using CCursorControl = irr::CCursorControl;
1919
#endif
2020
#elif EDOPRO_MACOS
21-
#import <CoreFoundation/CoreFoundation.h>
21+
#include <CoreFoundation/CoreFoundation.h>
2222
#include "osx_menu.h"
2323
#elif EDOPRO_LINUX
2424
#if !(IRRLICHT_VERSION_MAJOR==1 && IRRLICHT_VERSION_MINOR==9)

0 commit comments

Comments
 (0)