]> git.saurik.com Git - wxWidgets.git/commitdiff
non-pch build fixes
authorPaul Cornett <paulcor@bullseye.com>
Sat, 1 Dec 2007 18:37:08 +0000 (18:37 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Sat, 1 Dec 2007 18:37:08 +0000 (18:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50403 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/gtk/dc.h
src/gtk/print.cpp

index e66316d56a7042ad28f27a1d43a14ac3349a7fbc..4cc1e6185300781bb926f90999e67641531ead3f 100644 (file)
@@ -7,9 +7,10 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifndef __GTKDCH__
-#define __GTKDCH__
+#ifndef _WX_GTKDC_H_
+#define _WX_GTKDC_H_
 
+#include "wx/dc.h"
 
 //-----------------------------------------------------------------------------
 // wxDC
@@ -51,4 +52,4 @@ private:
     #define wxHAS_WORKING_GTK_DC_BLIT
 #endif
 
-#endif // __GTKDCH__
+#endif // _WX_GTKDC_H_
index a26ba656e1c9c8c3b53e22abf2ac15b689ad3b1d..fc72bdf4d525f1fd1302d7453613400d3f5f6f4b 100644 (file)
@@ -22,6 +22,7 @@
 #ifndef WX_PRECOMP
 #include "wx/log.h"
 #include "wx/dcmemory.h"
+#include "wx/dcprint.h"
 #include "wx/icon.h"
 #include "wx/math.h"
 #include "wx/image.h"