]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed missing wxprec.h
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 2 Jan 2002 17:08:49 +0000 (17:08 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 2 Jan 2002 17:08:49 +0000 (17:08 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13311 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/bmpbase.cpp

index 6405427cade3334c77f9c2224e55ef01b194088b..8715e67d10ac2eb432efed3665ff4af6320dd69f 100644 (file)
 #pragma implementation "bitmapbase.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
+#ifdef __BORLANDC__
+    #pragma hdrstop
+#endif
+
 #include "wx/wx.h"
 #include "wx/setup.h"
 #include "wx/utils.h"