diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-09-20 19:45:33 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-09-20 19:45:33 (GMT) |
commit | a76773f48f91faef0c5ddb8439e6104895eee54a (patch) | |
tree | 7dc72bbe3cfd04fffe42f0cfdb681f5369e415e4 | |
parent | 28159ebd71d2080012dabf35e9d9ad6d8538db44 (diff) | |
download | CMake-a76773f48f91faef0c5ddb8439e6104895eee54a.zip CMake-a76773f48f91faef0c5ddb8439e6104895eee54a.tar.gz CMake-a76773f48f91faef0c5ddb8439e6104895eee54a.tar.bz2 |
Add missing include
-rw-r--r-- | Source/WXDialog/wxincludes.h | 1 |
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 |