Fix compile error in TestCxxWCharT on Linux
authorTamas Berghammer <tberghammer@google.com>
Tue, 16 Jun 2015 16:58:34 +0000 (16:58 +0000)
committerTamas Berghammer <tberghammer@google.com>
Tue, 16 Jun 2015 16:58:34 +0000 (16:58 +0000)
llvm-svn: 239830

lldb/test/lang/cpp/wchar_t/main.cpp

index 7cf1bd4..9a74d3e 100644 (file)
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+#include <cstring>
+
 template <typename T>
 class Foo
 {