summaryrefslogtreecommitdiff
path: root/Source/cmcmd.h
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/cmcmd.h
parentbd3d0eafbb362fbc0f140c228da85791a473e44e (diff)
downloadcmake-efed6468eda950644014ccfada85300710e05009.tar.gz
fix a load of include-what-you-use violations
Diffstat (limited to 'Source/cmcmd.h')
-rw-r--r--Source/cmcmd.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/cmcmd.h b/Source/cmcmd.h
index 1096d0ce61..cd6222d2ff 100644
--- a/Source/cmcmd.h
+++ b/Source/cmcmd.h
@@ -13,9 +13,10 @@
#ifndef cmcmd_h
#define cmcmd_h
-#include <cmConfigure.h>
+#include <cmConfigure.h> // IWYU pragma: keep
-#include "cmStandardIncludes.h"
+#include <string>
+#include <vector>
class cmcmd
{