From 2efce8f1addb3875f2aeee2a8d060bfdb90f3037 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 11 Dec 2006 07:48:02 +0000 Subject: [PATCH] include bitmap.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43912 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/generic/srchctlg.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/wx/generic/srchctlg.h b/include/wx/generic/srchctlg.h index 6342ffefcd..b65ec18909 100644 --- a/include/wx/generic/srchctlg.h +++ b/include/wx/generic/srchctlg.h @@ -18,6 +18,10 @@ #pragma interface "srchctlg.h" #endif +#include "wx/bitmap.h" + +// ---------------------------------------------------------------------------- + class WXDLLEXPORT wxSearchButton; class WXDLLEXPORT wxSearchTextCtrl; -- 2.45.2