summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileExecutableTargetGenerator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-02-20 15:43:07 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2017-02-20 15:43:07 (GMT)
commit3c0de6db2d9e0580f23cc95c4a1e00a8f66108c9 (patch)
treef6675b31b9725261b1e373568c6de6e561342b7d /Source/cmMakefileExecutableTargetGenerator.cxx
parent66094d12241417d9a1080c2f059bd053cda6dc82 (diff)
parentd58d28a94142bfd290ea8053a60927138ac98d4d (diff)
downloadCMake-3c0de6db2d9e0580f23cc95c4a1e00a8f66108c9.zip
CMake-3c0de6db2d9e0580f23cc95c4a1e00a8f66108c9.tar.gz
CMake-3c0de6db2d9e0580f23cc95c4a1e00a8f66108c9.tar.bz2
Merge topic 'iwyu'
d58d28a9 ParserHelper: Move macros to bottom of files 07953c18 remove file cmStandardIncludes.h f918b053 cmFortranParser: include what you use b74314c6 cmDependsJavaParser: include what you use 74404df4 cmCommandArgumentParser: include what you use e7168c08 cmExprParser: include what you use ee72803e fix some include-what-you-use diagnostics
Diffstat (limited to 'Source/cmMakefileExecutableTargetGenerator.cxx')
-rw-r--r--Source/cmMakefileExecutableTargetGenerator.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmMakefileExecutableTargetGenerator.cxx b/Source/cmMakefileExecutableTargetGenerator.cxx
index b76ddeb..8ed5051 100644
--- a/Source/cmMakefileExecutableTargetGenerator.cxx
+++ b/Source/cmMakefileExecutableTargetGenerator.cxx
@@ -2,6 +2,7 @@
file Copyright.txt or https://cmake.org/licensing for details. */
#include "cmMakefileExecutableTargetGenerator.h"
+#include <algorithm>
#include <sstream>
#include <string>
#include <vector>