summaryrefslogtreecommitdiffstats
path: root/Source/WXDialog
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2002-09-20 19:45:33 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2002-09-20 19:45:33 (GMT)
commita76773f48f91faef0c5ddb8439e6104895eee54a (patch)
tree7dc72bbe3cfd04fffe42f0cfdb681f5369e415e4 /Source/WXDialog
parent28159ebd71d2080012dabf35e9d9ad6d8538db44 (diff)
downloadCMake-a76773f48f91faef0c5ddb8439e6104895eee54a.zip
CMake-a76773f48f91faef0c5ddb8439e6104895eee54a.tar.gz
CMake-a76773f48f91faef0c5ddb8439e6104895eee54a.tar.bz2
Add missing include
Diffstat (limited to 'Source/WXDialog')
-rw-r--r--Source/WXDialog/wxincludes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WXDialog/wxincludes.h b/Source/WXDialog/wxincludes.h
index 7008299..690d48d 100644
--- a/Source/WXDialog/wxincludes.h
+++ b/Source/WXDialog/wxincludes.h
@@ -70,6 +70,7 @@
#include "wx/statbox.h"
#include "wx/stattext.h"
#include "wx/textctrl.h"
+#include "wx/timer.h"
#endif