From 80d2a664f89fdfb1a85f6bf183e21267829bd3cf Mon Sep 17 00:00:00 2001 From: Michael Wetherell Date: Fri, 2 Jun 2006 14:05:54 +0000 Subject: [PATCH] Compile fix for no precompiled headers git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39530 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/pickerbase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" // ---------------------------------------------------------------------------- -- 2.50.0