diff options
Diffstat (limited to 'Source/cmGetCMakePropertyCommand.cxx')
-rw-r--r-- | Source/cmGetCMakePropertyCommand.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGetCMakePropertyCommand.cxx b/Source/cmGetCMakePropertyCommand.cxx index 43063af..296ff0c 100644 --- a/Source/cmGetCMakePropertyCommand.cxx +++ b/Source/cmGetCMakePropertyCommand.cxx @@ -16,6 +16,8 @@ =========================================================================*/ #include "cmGetCMakePropertyCommand.h" +#include "cmake.h" + // cmGetCMakePropertyCommand bool cmGetCMakePropertyCommand::InitialPass( std::vector<std::string> const& args) |