diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-03-08 13:51:20 +0100 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-03-11 00:17:29 +0100 |
commit | 7916d7bac602e71be359e12600b19d823327bdf8 (patch) | |
tree | 57f17c01d485cf3b29bb49b430479f1ced087e72 /Source/cmGlobalVisualStudio10Generator.cxx | |
parent | 1a8e4c86921e8b018be950924dc54c532134feb5 (diff) | |
download | cmake-7916d7bac602e71be359e12600b19d823327bdf8.tar.gz |
Include cmAlgorithms where it is used.
Diffstat (limited to 'Source/cmGlobalVisualStudio10Generator.cxx')
-rw-r--r-- | Source/cmGlobalVisualStudio10Generator.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudio10Generator.cxx b/Source/cmGlobalVisualStudio10Generator.cxx index 7df2073324..18d40e1dae 100644 --- a/Source/cmGlobalVisualStudio10Generator.cxx +++ b/Source/cmGlobalVisualStudio10Generator.cxx @@ -17,6 +17,7 @@ #include "cmVisualStudioSlnData.h" #include "cmVisualStudioSlnParser.h" #include "cmake.h" +#include "cmAlgorithms.h" static const char vs10generatorName[] = "Visual Studio 10 2010"; |