diff options
author | Brad King <brad.king@kitware.com> | 2017-08-29 15:26:59 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-08-29 15:26:59 (GMT) |
commit | 05840793fda17ad261ed58c7dd797237bdea6c44 (patch) | |
tree | a2ca0dc54c7b79e8d80b713cd8baf1c7f00bfa86 | |
parent | e498dad3f274b9493ce908757dc160a038de7b77 (diff) | |
parent | 8c51dbdd9bf67c0b8a68393c8b2288a6cfc233e0 (diff) | |
download | CMake-05840793fda17ad261ed58c7dd797237bdea6c44.zip CMake-05840793fda17ad261ed58c7dd797237bdea6c44.tar.gz CMake-05840793fda17ad261ed58c7dd797237bdea6c44.tar.bz2 |
Merge branch 'cpack-dmg-iwyu' into release-3.9
Merge-request: !1206
-rw-r--r-- | Source/CPack/cmCPackDragNDropGenerator.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CPack/cmCPackDragNDropGenerator.cxx b/Source/CPack/cmCPackDragNDropGenerator.cxx index 9864cf3..d26d5bc 100644 --- a/Source/CPack/cmCPackDragNDropGenerator.cxx +++ b/Source/CPack/cmCPackDragNDropGenerator.cxx @@ -9,6 +9,7 @@ #include "cmsys/FStream.hxx" #include "cmsys/RegularExpression.hxx" +#include <algorithm> #include <iomanip> #include <map> #include <stdlib.h> |