llvmorg-github-actions[bot] wrote:

<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-lldb

Author: Nerixyz (Nerixyz)

<details>
<summary>Changes</summary>

Fixes the failure on `lldb-aarch64-ubuntu` 
(https://lab.llvm.org/buildbot/#/builders/59/builds/34161) after #<!-- 
-->195514.

---
Full diff: https://github.com/llvm/llvm-project/pull/196335.diff


1 Files Affected:

- (modified) lldb/test/API/lang/cpp/char1632_t/main.cpp (+1) 


``````````diff
diff --git a/lldb/test/API/lang/cpp/char1632_t/main.cpp 
b/lldb/test/API/lang/cpp/char1632_t/main.cpp
index e38188cf85dee..9520b52711008 100644
--- a/lldb/test/API/lang/cpp/char1632_t/main.cpp
+++ b/lldb/test/API/lang/cpp/char1632_t/main.cpp
@@ -1,4 +1,5 @@
 #include <assert.h>
+#include <cstring>
 #include <string>
 
 #define UASZ 64

``````````

</details>


https://github.com/llvm/llvm-project/pull/196335
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to