]> git.saurik.com Git - wxWidgets.git/commitdiff
non-pch build fix
authorRobin Dunn <robin@alldunn.com>
Thu, 18 Oct 2012 18:35:15 +0000 (18:35 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 18 Oct 2012 18:35:15 +0000 (18:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72702 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/textmeasure.cpp

index 788e1f66e5015338ce2255fde010846ae4f6460c..11103a93b5d1b38b0a7dc7916c938d23c4bfdb52 100644 (file)
     #pragma hdrstop
 #endif
 
+#ifndef WX_PRECOMP
+    #include "wx/window.h"
+    #include "wx/dc.h"
+#endif //WX_PRECOMP
+
 #include "wx/private/textmeasure.h"
 
 #if wxUSE_GENERIC_TEXTMEASURE