From 2059576f48e26fd140906df607d571e362b53ab9 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Thu, 20 May 2010 18:50:39 +0000 Subject: [PATCH] def include was missing git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64364 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/osx/core/glgrab.cpp | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.45.2