From 7dd4a12c301b95512aec62e5e533a9c63aedfdc7 Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 1 Jun 2015 11:33:24 -0400 Subject: [PATCH] Revert "Makefile: Fix compilation after parent commit was backported" This reverts commit bfa57c5f80278abc044b7342e81e5aaad82bffab. This change should not be part of 'master', only in 'release' for CMake 3.2. --- Source/cmMakefileTargetGenerator.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/cmMakefileTargetGenerator.cxx b/Source/cmMakefileTargetGenerator.cxx index e98354653..b7e4e3722 100644 --- a/Source/cmMakefileTargetGenerator.cxx +++ b/Source/cmMakefileTargetGenerator.cxx @@ -23,6 +23,7 @@ #include "cmComputeLinkInformation.h" #include "cmCustomCommandGenerator.h" #include "cmGeneratorExpression.h" +#include "cmAlgorithms.h" #include "cmMakefileExecutableTargetGenerator.h" #include "cmMakefileLibraryTargetGenerator.h"