diff --git a/samples/console/console.cpp b/samples/console/console.cpp index dbcc46de9c..c42b002c4c 100644 --- a/samples/console/console.cpp +++ b/samples/console/console.cpp @@ -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