summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio14Generator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-03-12 19:26:35 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-03-12 19:26:35 (GMT)
commit15b06bc01278bafda15ff1fcece808959422d927 (patch)
treed31382c169a80c4fae2f0f04d0eebe3e18e42a87 /Source/cmGlobalVisualStudio14Generator.cxx
parent153e2dc3fc73fdb778e56e238441aab2a9f673dc (diff)
parent95dd238f5cde3aef28f09a2367ac7467d064ea10 (diff)
downloadCMake-15b06bc01278bafda15ff1fcece808959422d927.zip
CMake-15b06bc01278bafda15ff1fcece808959422d927.tar.gz
CMake-15b06bc01278bafda15ff1fcece808959422d927.tar.bz2
Merge topic 'cmAlgorithms-cleanup'
95dd238f cmRemoveDuplicates: Fix iterator -> const_iterator. 4448f175 cmInstalledFile: Move Property implementation out of line. 7916d7ba Include cmAlgorithms where it is used.
Diffstat (limited to 'Source/cmGlobalVisualStudio14Generator.cxx')
-rw-r--r--Source/cmGlobalVisualStudio14Generator.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudio14Generator.cxx b/Source/cmGlobalVisualStudio14Generator.cxx
index fe702c0..b551c65 100644
--- a/Source/cmGlobalVisualStudio14Generator.cxx
+++ b/Source/cmGlobalVisualStudio14Generator.cxx
@@ -12,6 +12,7 @@
#include "cmGlobalVisualStudio14Generator.h"
#include "cmLocalVisualStudio10Generator.h"
#include "cmMakefile.h"
+#include "cmAlgorithms.h"
static const char vs14generatorName[] = "Visual Studio 14 2015";