build fix for mingw-cross.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14652 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ron Lee
2002-03-17 07:38:01 +00:00
parent 67e2efca87
commit 2981a033e1

View File

@@ -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"