]> git.saurik.com Git - wxWidgets.git/commitdiff
compilation fixes (gcc)
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 16 Jan 2000 13:25:21 +0000 (13:25 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 16 Jan 2000 13:25:21 +0000 (13:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5450 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

utils/HelpGen/src/HelpGen.cpp

index 33ac212e0360250e33d7c12dc72f56d489e546e3..0933ed82972fa9a07e6397b7ba203ae93b63b57d 100644 (file)
@@ -55,6 +55,7 @@
     #include <wx/string.h>
     #include <wx/log.h>
     #include <wx/dynarray.h>
+    #include <wx/wx.h>
 #endif // WX_PRECOMP
 
 #include <wx/file.h>
@@ -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