summaryrefslogtreecommitdiffstats
path: root/Source/CursesDialog/cmCursesForm.cxx
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2016-09-01 19:55:09 (GMT)
committerDaniel Pfeifer <daniel@pfeifer-mail.de>2016-09-03 21:37:09 (GMT)
commit32f756c8226e2026d51307c4722aa6b98939c9e6 (patch)
tree675a892ad5cc5c6195b3a94a60858e3608a03528 /Source/CursesDialog/cmCursesForm.cxx
parentbfdf1322e7638687c96b323b1df20fd9c08b3044 (diff)
downloadCMake-32f756c8226e2026d51307c4722aa6b98939c9e6.zip
CMake-32f756c8226e2026d51307c4722aa6b98939c9e6.tar.gz
CMake-32f756c8226e2026d51307c4722aa6b98939c9e6.tar.bz2
CursesDialog: include what you use
Diffstat (limited to 'Source/CursesDialog/cmCursesForm.cxx')
-rw-r--r--Source/CursesDialog/cmCursesForm.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CursesDialog/cmCursesForm.cxx b/Source/CursesDialog/cmCursesForm.cxx
index b3320c9..699dabc 100644
--- a/Source/CursesDialog/cmCursesForm.cxx
+++ b/Source/CursesDialog/cmCursesForm.cxx
@@ -11,6 +11,8 @@
============================================================================*/
#include "cmCursesForm.h"
+#include <cmConfigure.h>
+
cmsys::ofstream cmCursesForm::DebugFile;
bool cmCursesForm::Debug = false;