diff options
author | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2017-02-17 21:12:21 (GMT) |
---|---|---|
committer | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2017-02-17 21:12:21 (GMT) |
commit | ee72803e9f2988d2cf493a6d096c2a0d483fc547 (patch) | |
tree | 44e3428043deee29849a1f9f07e7e9c387743c83 /Source/cmCommands.cxx | |
parent | dbdd25bc95af100633008a31f1bbdf7146e211f7 (diff) | |
download | CMake-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.cxx | 1 |
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" |