diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-03-08 12:51:20 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-03-10 23:17:29 (GMT) |
commit | 7916d7bac602e71be359e12600b19d823327bdf8 (patch) | |
tree | 57f17c01d485cf3b29bb49b430479f1ced087e72 /Source/cmakemain.cxx | |
parent | 1a8e4c86921e8b018be950924dc54c532134feb5 (diff) | |
download | CMake-7916d7bac602e71be359e12600b19d823327bdf8.zip CMake-7916d7bac602e71be359e12600b19d823327bdf8.tar.gz CMake-7916d7bac602e71be359e12600b19d823327bdf8.tar.bz2 |
Include cmAlgorithms where it is used.
Diffstat (limited to 'Source/cmakemain.cxx')
-rw-r--r-- | Source/cmakemain.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmakemain.cxx b/Source/cmakemain.cxx index e0bd55b..ac73ad0 100644 --- a/Source/cmakemain.cxx +++ b/Source/cmakemain.cxx @@ -24,6 +24,7 @@ #include "cmGlobalGenerator.h" #include "cmLocalGenerator.h" #include "cmMakefile.h" +#include "cmAlgorithms.h" #include <cmsys/Encoding.hxx> #ifdef CMAKE_BUILD_WITH_CMAKE |