From 186453cc7cad6229c1cc8b69bedf2ec485d8634f Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 18 Jan 2007 17:00:52 +0000 Subject: [PATCH] added wx/window.h included needed by last change using wxWindow::NewControlId() (fixed PCH-less builds, bug 1638781) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44244 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/timer.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wx/timer.h b/include/wx/timer.h index 2ce27b648c..c79633c6c0 100644 --- a/include/wx/timer.h +++ b/include/wx/timer.h @@ -21,6 +21,7 @@ #include "wx/longlong.h" #include "wx/event.h" #include "wx/stopwatch.h" // for backwards compatibility +#include "wx/window.h" // only for NewControlId() // more readable flags for Start(): -- 2.45.2