summaryrefslogtreecommitdiffstats
path: root/test/libcxx
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2015-02-11 01:31:02 +0000
committerEric Fiselier <eric@efcs.ca>2015-02-11 01:31:02 +0000
commita11e2cf18342df194d28722dbd17106463ac4d5c (patch)
treebd4d14646ba3d99ddf9e7f5cd20da2f97f29335e /test/libcxx
parent578c9e8f469b64652ba9921187cd85a64dc96ef9 (diff)
downloadexternal_libcxx-a11e2cf18342df194d28722dbd17106463ac4d5c.tar.gz
external_libcxx-a11e2cf18342df194d28722dbd17106463ac4d5c.tar.bz2
external_libcxx-a11e2cf18342df194d28722dbd17106463ac4d5c.zip
Update double_include.sh.cpp for new headers.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@228784 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/libcxx')
-rw-r--r--test/libcxx/double_include.sh.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/libcxx/double_include.sh.cpp b/test/libcxx/double_include.sh.cpp
index 3f787572f..fd08128bc 100644
--- a/test/libcxx/double_include.sh.cpp
+++ b/test/libcxx/double_include.sh.cpp
@@ -49,9 +49,11 @@
#include <cwctype>
#include <deque>
#include <exception>
+#include <experimental/chrono>
#include <experimental/dynarray>
#include <experimental/optional>
#include <experimental/string_view>
+#include <experimental/system_error>
#include <experimental/type_traits>
#include <experimental/utility>
#include <ext/hash_map>