summaryrefslogtreecommitdiff
path: root/Tests/CMakeLib/testCMExtAlgorithm.cxx
diff options
context:
space:
mode:
authorMarc Chevrier <marc.chevrier@gmail.com>2020-01-20 18:12:35 +0100
committerMarc Chevrier <marc.chevrier@gmail.com>2020-01-24 15:55:32 +0100
commit73d1da4f86e4f5abd6a3fdb58097e1762576326c (patch)
treea73c92f62f0b2745609e6a1497e6011aac33937b /Tests/CMakeLib/testCMExtAlgorithm.cxx
parent4dbc9dfc7a1458878a26e1f0cec1a382e14bf48a (diff)
downloadcmake-73d1da4f86e4f5abd6a3fdb58097e1762576326c.tar.gz
Stl support: cm::append now supports any sequential container
Diffstat (limited to 'Tests/CMakeLib/testCMExtAlgorithm.cxx')
-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 c731b72e7a..b8319c3b7a 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>