From 9d4ca3aa8f594848a8f68140b25ec86549e12e98 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Wed, 2 Jan 2002 17:08:49 +0000 Subject: [PATCH] fixed missing wxprec.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13311 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/bmpbase.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/common/bmpbase.cpp b/src/common/bmpbase.cpp index 6405427cad..8715e67d10 100644 --- a/src/common/bmpbase.cpp +++ b/src/common/bmpbase.cpp @@ -12,6 +12,13 @@ #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" -- 2.45.2