Browse Source

Merge topic 'mingw32-make-backslash-workaround'

7dd4a12c Revert "Makefile: Fix compilation after parent commit was backported"
Brad King 10 years ago
parent
commit
fe168ea4d2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/cmMakefileTargetGenerator.cxx

+ 1 - 0
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"