From: Michael Wetherell Date: Fri, 2 Jun 2006 14:05:54 +0000 (+0000) Subject: Compile fix for no precompiled headers X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/80d2a664f89fdfb1a85f6bf183e21267829bd3cf Compile fix for no precompiled headers git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39530 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/pickerbase.h b/include/wx/pickerbase.h index fb6ad746a0..d5bd9a5c47 100644 --- a/include/wx/pickerbase.h +++ b/include/wx/pickerbase.h @@ -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" // ----------------------------------------------------------------------------