X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/be5a51fb592f3fa2ba38ac6cd1e488d6d806058c..ab6ea1ac2f52ecc7e60aae5f4e8f53585d817920:/contrib/samples/stc/prefs.cpp diff --git a/contrib/samples/stc/prefs.cpp b/contrib/samples/stc/prefs.cpp index 15f8c0b46c..2e86866940 100644 --- a/contrib/samples/stc/prefs.cpp +++ b/contrib/samples/stc/prefs.cpp @@ -13,7 +13,7 @@ //---------------------------------------------------------------------------- // For compilers that support precompilation, includes . -#include +#include "wx/wxprec.h" #ifdef __BORLANDC__ #pragma hdrstop @@ -22,7 +22,7 @@ // for all others, include the necessary headers (this file is usually all you // need because it includes almost all 'standard' wxWidgets headers) #ifndef WX_PRECOMP - #include + #include "wx/wx.h" #endif //! wxWidgets headers @@ -376,4 +376,3 @@ const StyleInfo g_StylePrefs [] = { }; const int g_StylePrefsSize = WXSIZEOF(g_StylePrefs); -