From: Ryan Norton Date: Sun, 12 Dec 2004 09:15:28 +0000 (+0000) Subject: fix wxTheApp include X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/350a44d9c0b439cfcfb08142403a6d34a069e3f4 fix wxTheApp include git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30940 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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"