From: Vadim Zeitlin Date: Fri, 13 Jun 2003 15:24:40 +0000 (+0000) Subject: compilation fix for PCH X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/14b6653cc1abad55eec10712def974da127ec730 compilation fix for PCH git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21109 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/selstore.cpp b/src/generic/selstore.cpp index 8793eda3e0..dfd54ae701 100644 --- a/src/generic/selstore.cpp +++ b/src/generic/selstore.cpp @@ -17,6 +17,12 @@ // headers // ---------------------------------------------------------------------------- +#include "wx/wxprec.h" + +#ifdef __BORLANDC__ + #pragma hdrstop +#endif + #include "wx/selstore.h" // ============================================================================