summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2002-09-20 13:53:13 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2002-09-20 13:53:13 (GMT)
commitb380a37418fc0a8b053795a5f7211c2c598a9c82 (patch)
tree179b522bff8f6de66e2f06aca28793d5c0e49303
parenta7589c3a325a7ab641d0249f126308ac3b1f4385 (diff)
downloadCMake-b380a37418fc0a8b053795a5f7211c2c598a9c82.zip
CMake-b380a37418fc0a8b053795a5f7211c2c598a9c82.tar.gz
CMake-b380a37418fc0a8b053795a5f7211c2c598a9c82.tar.bz2
Fix includes
-rw-r--r--Source/WXDialog/wxincludes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/WXDialog/wxincludes.h b/Source/WXDialog/wxincludes.h
index e673aab..7008299 100644
--- a/Source/WXDialog/wxincludes.h
+++ b/Source/WXDialog/wxincludes.h
@@ -30,6 +30,7 @@
#include "wx/defs.h"
+
#include "wx/app.h"
#include "wx/button.h"
#include "wx/checkbox.h"
@@ -45,12 +46,15 @@
#include "wx/statbox.h"
#include "wx/stattext.h"
#include "wx/textctrl.h"
+#include "wx/timer.h"
#pragma hdrstop("wxincludes.pch")
#else
+#include "wx/defs.h"
+
#include "wx/app.h"
#include "wx/button.h"
#include "wx/checkbox.h"