From bc455478e10907c28270b4eb241d26c79595cfe8 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Mon, 11 Sep 2017 16:05:42 +0000 Subject: Add include of to , since things in there return strings. Fixes PR#34529. llvm-svn: 312923 --- libcxx/include/system_error | 1 + 1 file changed, 1 insertion(+) (limited to 'libcxx/include/system_error') diff --git a/libcxx/include/system_error b/libcxx/include/system_error index a29807db0d6..12745525f57 100644 --- a/libcxx/include/system_error +++ b/libcxx/include/system_error @@ -230,6 +230,7 @@ template <> struct hash; #include #include #include <__functional_base> +#include #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) #pragma GCC system_header -- cgit v1.2.3