diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-04-12 18:09:25 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-04-12 18:09:25 (GMT) |
commit | ecdb1b3bba991c13f3f61c7b00a80b8dd97567b2 (patch) | |
tree | 3360f78bf43b23a53c946c378c0666ea89cdb086 /Source/cmFileCommand.cxx | |
parent | 04b307b961a34c00f72d9031817ce4f918288701 (diff) | |
download | CMake-ecdb1b3bba991c13f3f61c7b00a80b8dd97567b2.zip CMake-ecdb1b3bba991c13f3f61c7b00a80b8dd97567b2.tar.gz CMake-ecdb1b3bba991c13f3f61c7b00a80b8dd97567b2.tar.bz2 |
Add some missing includes.
Diffstat (limited to 'Source/cmFileCommand.cxx')
-rw-r--r-- | Source/cmFileCommand.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmFileCommand.cxx b/Source/cmFileCommand.cxx index 93e3ac4..6ac0def 100644 --- a/Source/cmFileCommand.cxx +++ b/Source/cmFileCommand.cxx @@ -15,6 +15,8 @@ #include "cmHexFileConverter.h" #include "cmInstallType.h" #include "cmFileTimeComparison.h" +#include "cmLocalGenerator.h" +#include "cmGlobalGenerator.h" #include "cmCryptoHash.h" #include "cmAlgorithms.h" |