From 0e929d5fd62fe0db58a7a9ffa030e5ff13002d66 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Wed, 6 Sep 2000 09:52:18 +0000 Subject: [PATCH] Added #include in helpbase.cpp git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8272 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/helpbase.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/helpbase.cpp b/src/common/helpbase.cpp index 2a1b47943c..1468954b39 100644 --- a/src/common/helpbase.cpp +++ b/src/common/helpbase.cpp @@ -25,6 +25,7 @@ #endif #include "wx/helpbase.h" +#include "wx/app.h" #ifdef __WXMSW__ #include "wx/msw/private.h" -- 2.45.2