From b521a6f94b23f747ce54ae27b969e5062c9ff4b3 Mon Sep 17 00:00:00 2001 From: Mattia Barbon Date: Wed, 3 Sep 2003 17:39:27 +0000 Subject: [PATCH] Compilation fixes. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23370 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- utils/HelpGen/src/HelpGen.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/utils/HelpGen/src/HelpGen.cpp b/utils/HelpGen/src/HelpGen.cpp index 607f62d51e..fdde4c0c5f 100644 --- a/utils/HelpGen/src/HelpGen.cpp +++ b/utils/HelpGen/src/HelpGen.cpp @@ -55,6 +55,7 @@ #include "wx/string.h" #include "wx/log.h" #include "wx/dynarray.h" + #include "wx/app.h" #endif // WX_PRECOMP #include "wx/file.h" @@ -2178,6 +2179,9 @@ static const wxString GetVersionString() /* $Log$ + Revision 1.25 2003/09/03 17:39:27 MBN + Compilation fixes. + Revision 1.24 2003/08/13 22:59:37 VZ compilation fix