Makefile: Fix compilation after parent commit was backported

The CMake 3.2 release branch does not have 'cmAlgorithms.h' and simply
provides 'cmHasLiteralSuffix' in 'cmStandardIncludes.h' instead.
This commit is contained in:
Brad King 2015-06-01 11:06:25 -04:00
parent bb6663ca0a
commit bfa57c5f80
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@
#include "cmComputeLinkInformation.h"
#include "cmCustomCommandGenerator.h"
#include "cmGeneratorExpression.h"
#include "cmAlgorithms.h"
#include "cmMakefileExecutableTargetGenerator.h"
#include "cmMakefileLibraryTargetGenerator.h"