]> git.saurik.com Git - wxWidgets.git/commitdiff
include wx/timer.h for wxUSE_GUI==0 now that timers can be used in console apps too...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 11 May 2008 17:45:52 +0000 (17:45 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 11 May 2008 17:45:52 +0000 (17:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53558 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/wx.h

index 62ba23fa15aa536c28d674fef0031528d98ff3c8..fb2696046d7c725d2fa3183f126ccc77dbaf5125 100644 (file)
@@ -29,6 +29,7 @@
 #include "wx/memory.h"
 #include "wx/math.h"
 #include "wx/stopwatch.h"
+#include "wx/timer.h"
 #include "wx/module.h"
 #include "wx/wxcrt.h"
 #include "wx/wxcrtvararg.h"
@@ -61,7 +62,6 @@
 #include "wx/icon.h"
 #include "wx/cursor.h"
 #include "wx/dialog.h"
-#include "wx/timer.h"
 #include "wx/settings.h"
 #include "wx/msgdlg.h"
 #include "wx/cmndata.h"