From 46beb2e98d86bffeadcd9522a76e344faab9dd91 Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Mon, 8 Jan 2007 07:11:51 +0000 Subject: [PATCH] non-pch build fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44166 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/combocmn.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/combocmn.cpp b/src/common/combocmn.cpp index ce682f595e..26a083b7b0 100644 --- a/src/common/combocmn.cpp +++ b/src/common/combocmn.cpp @@ -28,6 +28,7 @@ #include "wx/combobox.h" #ifndef WX_PRECOMP + #include "wx/app.h" #include "wx/log.h" #include "wx/dcclient.h" #include "wx/settings.h" -- 2.49.0