[Lldb-commits] [lldb] r239830 - Fix compile error in TestCxxWCharT on Linux

Tamas Berghammer tberghammer at google.com
Tue Jun 16 09:58:34 PDT 2015


Author: tberghammer
Date: Tue Jun 16 11:58:34 2015
New Revision: 239830

URL: http://llvm.org/viewvc/llvm-project?rev=239830&view=rev
Log:
Fix compile error in TestCxxWCharT on Linux

Modified:
    lldb/trunk/test/lang/cpp/wchar_t/main.cpp

Modified: lldb/trunk/test/lang/cpp/wchar_t/main.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lang/cpp/wchar_t/main.cpp?rev=239830&r1=239829&r2=239830&view=diff
==============================================================================
--- lldb/trunk/test/lang/cpp/wchar_t/main.cpp (original)
+++ lldb/trunk/test/lang/cpp/wchar_t/main.cpp Tue Jun 16 11:58:34 2015
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+#include <cstring>
+
 template <typename T>
 class Foo
 {





More information about the lldb-commits mailing list