]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixes for gtk1 separation
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Mon, 23 Jan 2006 18:50:34 +0000 (18:50 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Mon, 23 Jan 2006 18:50:34 +0000 (18:50 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37085 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/gdiobj.cpp
src/gtk1/gdiobj.cpp

index 7627a2739f7bb4ea9c3bbfb1c97ee0e923ac1002..1bd836eef3520a39291dae4555092f9c048c03b1 100644 (file)
@@ -7,6 +7,7 @@
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
+#include "wx/defs.h"
 #include "wx/gdiobj.h"
 
 IMPLEMENT_DYNAMIC_CLASS(wxGDIObject, wxObject)
index 7627a2739f7bb4ea9c3bbfb1c97ee0e923ac1002..1bd836eef3520a39291dae4555092f9c048c03b1 100644 (file)
@@ -7,6 +7,7 @@
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
+#include "wx/defs.h"
 #include "wx/gdiobj.h"
 
 IMPLEMENT_DYNAMIC_CLASS(wxGDIObject, wxObject)