]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/clrpickercmn.cpp
[ 1509599 ] 'Split pickers page in widgets sample' with more icons and rebaking.
[wxWidgets.git] / src / common / clrpickercmn.cpp
index 9007e15ad852ce58976fcc8df2e01d8e33175e6d..6b7ea1c7687d1d218ba1cb216609d5c571b8c3c9 100644 (file)
@@ -28,7 +28,9 @@
 
 #include "wx/clrpicker.h"
 
-#include "wx/textctrl.h"
+#ifndef WX_PRECOMP
+    #include "wx/textctrl.h"
+#endif
 
 
 // ============================================================================