From: Václav Slavík Date: Sun, 16 Jan 2000 13:25:21 +0000 (+0000) Subject: compilation fixes (gcc) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b136d1fe86f80b4969f2f3fbef74573e5783fd37 compilation fixes (gcc) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5450 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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