summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeLib
diff options
context:
space:
mode:
authorMarc Chevrier <marc.chevrier@gmail.com>2020-01-20 17:12:35 (GMT)
committerMarc Chevrier <marc.chevrier@gmail.com>2020-01-24 14:55:32 (GMT)
commit73d1da4f86e4f5abd6a3fdb58097e1762576326c (patch)
treea73c92f62f0b2745609e6a1497e6011aac33937b /Tests/CMakeLib
parent4dbc9dfc7a1458878a26e1f0cec1a382e14bf48a (diff)
downloadCMake-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.cxx1
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>