diff options
-rw-r--r-- | lldb/test/lang/cpp/wchar_t/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/lang/cpp/wchar_t/main.cpp b/lldb/test/lang/cpp/wchar_t/main.cpp index 7cf1bd48eb6..9a74d3efeb9 100644 --- a/lldb/test/lang/cpp/wchar_t/main.cpp +++ b/lldb/test/lang/cpp/wchar_t/main.cpp @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +#include <cstring> + template <typename T> class Foo { |