summaryrefslogtreecommitdiffstats
path: root/Source/cmCommands.cxx
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2017-02-17 21:12:21 (GMT)
committerDaniel Pfeifer <daniel@pfeifer-mail.de>2017-02-17 21:12:21 (GMT)
commitee72803e9f2988d2cf493a6d096c2a0d483fc547 (patch)
tree44e3428043deee29849a1f9f07e7e9c387743c83 /Source/cmCommands.cxx
parentdbdd25bc95af100633008a31f1bbdf7146e211f7 (diff)
downloadCMake-ee72803e9f2988d2cf493a6d096c2a0d483fc547.zip
CMake-ee72803e9f2988d2cf493a6d096c2a0d483fc547.tar.gz
CMake-ee72803e9f2988d2cf493a6d096c2a0d483fc547.tar.bz2
fix some include-what-you-use diagnostics
Diffstat (limited to 'Source/cmCommands.cxx')
-rw-r--r--Source/cmCommands.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmCommands.cxx b/Source/cmCommands.cxx
index b58dc62..1576722 100644
--- a/Source/cmCommands.cxx
+++ b/Source/cmCommands.cxx
@@ -1,6 +1,7 @@
/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
file Copyright.txt or https://cmake.org/licensing for details. */
#include "cmCommands.h"
+#include "cmPolicies.h"
#include "cmState.h"
#include "cmAddCustomCommandCommand.h"