From 350a44d9c0b439cfcfb08142403a6d34a069e3f4 Mon Sep 17 00:00:00 2001 From: Ryan Norton Date: Sun, 12 Dec 2004 09:15:28 +0000 Subject: [PATCH] fix wxTheApp include git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30940 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/combobox.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/msw/combobox.cpp b/src/msw/combobox.cpp index c07ac7bee0..46c52b5358 100644 --- a/src/msw/combobox.cpp +++ b/src/msw/combobox.cpp @@ -37,6 +37,7 @@ #include "wx/textctrl.h" #endif +#include "wx/app.h" #include "wx/combobox.h" #include "wx/brush.h" #include "wx/clipbrd.h" -- 2.47.2