]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/core/glgrab.cpp
Fix wrong tab order in wxAuiNotebook after dragging.
[wxWidgets.git] / src / osx / core / glgrab.cpp
index 99ffa2b08597db80306c55841be6ede8b28e39b3..83aec47665e98c880a7c62cba615427b8fb252d4 100644 (file)
@@ -30,6 +30,8 @@
  OTHERWISE, EVEN IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+#include "wx/wxprec.h"
+
 #if wxOSX_USE_COCOA_OR_CARBON
 
 #import <CoreFoundation/CoreFoundation.h>
@@ -37,6 +39,7 @@
 #import <OpenGL/OpenGL.h>
 #import <OpenGL/gl.h>
 
+#include "wx/osx/core/private.h"
 #include "wx/osx/private/glgrab.h"
 
 extern CGColorSpaceRef wxMacGetGenericRGBColorSpace();