From: Ron Lee Date: Sun, 17 Mar 2002 07:38:01 +0000 (+0000) Subject: build fix for mingw-cross. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2981a033e16915b3b35091dcd7446f598c60298d build fix for mingw-cross. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14652 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/dcbuffer.cpp b/src/generic/dcbuffer.cpp index 8543ce613d..bc21ffa1df 100644 --- a/src/generic/dcbuffer.cpp +++ b/src/generic/dcbuffer.cpp @@ -14,10 +14,16 @@ #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"