diff --git a/src/osx/core/glgrab.cpp b/src/osx/core/glgrab.cpp index 669f2ba6c4..38da49fe74 100644 --- a/src/osx/core/glgrab.cpp +++ b/src/osx/core/glgrab.cpp @@ -34,10 +34,10 @@ #if wxOSX_USE_COCOA_OR_CARBON -#import -#import -#import -#import +#include +#include +#include +#include #include "wx/osx/core/private.h" #include "wx/osx/private/glgrab.h"