X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/be5a51fb592f3fa2ba38ac6cd1e488d6d806058c..886b7d745ccb4bdcc3c6e4cf0ba061d720f8bf62:/samples/stc/prefs.h diff --git a/samples/stc/prefs.h b/samples/stc/prefs.h index b17ad6de7e..4ac01745e3 100644 --- a/samples/stc/prefs.h +++ b/samples/stc/prefs.h @@ -1,4 +1,4 @@ - ////////////////////////////////////////////////////////////////////////////// +////////////////////////////////////////////////////////////////////////////// // File: prefs.h // Purpose: STC test Preferences initialization // Maintainer: Wyo @@ -23,7 +23,7 @@ //! wxWidgets headers //! wxWidgets/contrib headers -#include // styled text control +#include "wx/stc/stc.h" // styled text control //! application headers @@ -150,4 +150,3 @@ extern const StyleInfo g_StylePrefs[]; extern const int g_StylePrefsSize; #endif // _PREFS_H_ -