summaryrefslogtreecommitdiff
path: root/Source/QtDialog
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2016-09-01 20:59:28 +0200
committerBrad King <brad.king@kitware.com>2016-09-03 08:04:56 -0400
commitefed6468eda950644014ccfada85300710e05009 (patch)
tree34373674a96941d95ee8443e34936ff66da8f56a /Source/QtDialog
parentbd3d0eafbb362fbc0f140c228da85791a473e44e (diff)
downloadcmake-efed6468eda950644014ccfada85300710e05009.tar.gz
fix a load of include-what-you-use violations
Diffstat (limited to 'Source/QtDialog')
-rw-r--r--Source/QtDialog/CMakeSetup.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/QtDialog/CMakeSetup.cxx b/Source/QtDialog/CMakeSetup.cxx
index ee3389cae8..5a8a5bea26 100644
--- a/Source/QtDialog/CMakeSetup.cxx
+++ b/Source/QtDialog/CMakeSetup.cxx
@@ -27,6 +27,8 @@
#include <cmsys/Encoding.hxx>
#include <cmsys/SystemTools.hxx>
+#include "cmSystemTools.h" // IWYU pragma: keep
+
static const char* cmDocumentationName[][2] = { { 0,
" cmake-gui - CMake GUI." },
{ 0, 0 } };