From 5774198c7f897ec019b1d22cc787c2909f06cb0d Mon Sep 17 00:00:00 2001 From: Mattia Barbon Date: Tue, 30 Sep 2003 21:22:56 +0000 Subject: [PATCH] Blinf wxMac compilation fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24024 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- utils/configtool/src/wxconfigtool.h | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/configtool/src/wxconfigtool.h b/utils/configtool/src/wxconfigtool.h index 5fe71a22b1..ef75fb7f99 100644 --- a/utils/configtool/src/wxconfigtool.h +++ b/utils/configtool/src/wxconfigtool.h @@ -18,6 +18,7 @@ #include "wx/docview.h" #include "wx/help.h" +#include "wx/app.h" #ifdef __WXMSW__ #include "wx/msw/helpchm.h" -- 2.45.2