From b136d1fe86f80b4969f2f3fbef74573e5783fd37 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sun, 16 Jan 2000 13:25:21 +0000 Subject: [PATCH] compilation fixes (gcc) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5450 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- utils/HelpGen/src/HelpGen.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/utils/HelpGen/src/HelpGen.cpp b/utils/HelpGen/src/HelpGen.cpp index 33ac212e03..0933ed8297 100644 --- a/utils/HelpGen/src/HelpGen.cpp +++ b/utils/HelpGen/src/HelpGen.cpp @@ -55,6 +55,7 @@ #include #include #include + #include #endif // WX_PRECOMP #include @@ -1929,7 +1930,11 @@ static const char *GetCurrentTime(const char *timeFormat) /* $Log$ + Revision 1.9 2000/01/16 13:25:21 VS + compilation fixes (gcc) + Revision 1.8 1999/09/13 14:29:39 JS + Made HelpGen into a wxWin app (still uses command-line args); moved includes into src for simplicity; added VC++ 5 project file -- 2.50.0