From: Stefan Csomor <csomor@advancedconcepts.ch>
Date: Thu, 20 May 2010 18:50:39 +0000 (+0000)
Subject: def include was missing
X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2059576f48e26fd140906df607d571e362b53ab9?ds=inline

def include was missing

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64364 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---

diff --git a/src/osx/core/glgrab.cpp b/src/osx/core/glgrab.cpp
index 99ffa2b085..74644b45c7 100644
--- a/src/osx/core/glgrab.cpp
+++ b/src/osx/core/glgrab.cpp
@@ -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>