Compile fix for no precompiled headers
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Fri, 2 Jun 2006 14:05:54 +0000 (14:05 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Fri, 2 Jun 2006 14:05:54 +0000 (14:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39530 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/pickerbase.h

index fb6ad746a03063206e2dc1254c34dd06e4d894f5..d5bd9a5c47f816afa334a3ed4f4ea682d98144fd 100644 (file)
@@ -13,7 +13,7 @@
 #define _WX_PICKERBASE_H_BASE_
 
 #include "wx/defs.h"
-#include "wx/control.h"
+#include "wx/button.h"
 #include "wx/textctrl.h"
 
 // ----------------------------------------------------------------------------