summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-06-01 15:34:14 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-06-01 15:34:14 (GMT)
commitfe168ea4d2a63607ac4ae1b1dc0a13000ce99d84 (patch)
tree037da318de15e6d19aca6fdbf2696ded56ea3085 /Source
parent05845ac10ff4ce50449e94f38c97d6e57f433b64 (diff)
parent7dd4a12c301b95512aec62e5e533a9c63aedfdc7 (diff)
downloadCMake-fe168ea4d2a63607ac4ae1b1dc0a13000ce99d84.zip
CMake-fe168ea4d2a63607ac4ae1b1dc0a13000ce99d84.tar.gz
CMake-fe168ea4d2a63607ac4ae1b1dc0a13000ce99d84.tar.bz2
Merge topic 'mingw32-make-backslash-workaround'
7dd4a12c Revert "Makefile: Fix compilation after parent commit was backported"
Diffstat (limited to 'Source')
-rw-r--r--Source/cmMakefileTargetGenerator.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmMakefileTargetGenerator.cxx b/Source/cmMakefileTargetGenerator.cxx
index 46b4454..7b88bc7 100644
--- a/Source/cmMakefileTargetGenerator.cxx
+++ b/Source/cmMakefileTargetGenerator.cxx
@@ -24,6 +24,7 @@
#include "cmComputeLinkInformation.h"
#include "cmCustomCommandGenerator.h"
#include "cmGeneratorExpression.h"
+#include "cmAlgorithms.h"
#include "cmMakefileExecutableTargetGenerator.h"
#include "cmMakefileLibraryTargetGenerator.h"