compilation fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18936 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-01-26 12:36:48 +00:00
parent 778262c49b
commit e046e5f1e7

View File

@@ -28,6 +28,7 @@
#include "wx/string.h"
#include "wx/file.h"
#include "wx/app.h"
#include "wx/log.h"
// without this pragma, the stupid compiler precompiles #defines below so that
// changing them doesn't "take place" later!
@@ -206,7 +207,6 @@ static void TestCharset()
#include "wx/cmdline.h"
#include "wx/datetime.h"
#include "wx/log.h"
#if wxUSE_CMDLINE_PARSER