From bad6549d2933b3767497878d8d1b729235fa5e06 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 11 May 2008 17:45:52 +0000 Subject: [PATCH] include wx/timer.h for wxUSE_GUI==0 now that timers can be used in console apps too (patch 1939223) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53558 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/wx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/wx.h b/include/wx/wx.h index 62ba23fa15..fb2696046d 100644 --- a/include/wx/wx.h +++ b/include/wx/wx.h @@ -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" -- 2.45.2