diff options
author | Marc Chevrier <marc.chevrier@gmail.com> | 2020-01-20 17:12:35 (GMT) |
---|---|---|
committer | Marc Chevrier <marc.chevrier@gmail.com> | 2020-01-24 14:55:32 (GMT) |
commit | 73d1da4f86e4f5abd6a3fdb58097e1762576326c (patch) | |
tree | a73c92f62f0b2745609e6a1497e6011aac33937b /Tests/CMakeLib | |
parent | 4dbc9dfc7a1458878a26e1f0cec1a382e14bf48a (diff) | |
download | CMake-73d1da4f86e4f5abd6a3fdb58097e1762576326c.zip CMake-73d1da4f86e4f5abd6a3fdb58097e1762576326c.tar.gz CMake-73d1da4f86e4f5abd6a3fdb58097e1762576326c.tar.bz2 |
Stl support: cm::append now supports any sequential container
Diffstat (limited to 'Tests/CMakeLib')
-rw-r--r-- | Tests/CMakeLib/testCMExtAlgorithm.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CMakeLib/testCMExtAlgorithm.cxx b/Tests/CMakeLib/testCMExtAlgorithm.cxx index c731b72..b8319c3 100644 --- a/Tests/CMakeLib/testCMExtAlgorithm.cxx +++ b/Tests/CMakeLib/testCMExtAlgorithm.cxx @@ -1,5 +1,6 @@ #include <iostream> #include <memory> +#include <type_traits> #include <utility> #include <vector> |