]> git.saurik.com Git - wxWidgets.git/commitdiff
build fix for mingw-cross.
authorRon Lee <ron@debian.org>
Sun, 17 Mar 2002 07:38:01 +0000 (07:38 +0000)
committerRon Lee <ron@debian.org>
Sun, 17 Mar 2002 07:38:01 +0000 (07:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14652 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/dcbuffer.cpp

index 8543ce613d101d316b2570387fb9b704cefb2da1..bc21ffa1dfa304f59694b9803ec8e1cd80e2543e 100644 (file)
     #pragma implementation "dcbuffer.h"
 #endif
 
+#include "wx/wxprec.h"
+
 #ifdef __BORLANDC__
     #pragma hdrstop
 #endif
 
+#ifndef WX_PRECOMP
+#include "wx/window.h"
+#endif
+
 #include "wx/dcbuffer.h"