X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a04eec8792810cbdda0cbeda7e3ddca434da1712..4aaef122cbbd5bbe0e70b824e320458e2329dd13:/src/common/bmpbase.cpp 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"