[Lldb-commits] [lldb] [lldb][test] Add missing include to char16/32_t test (PR #196300)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Thu May 7 05:26:02 PDT 2026


https://github.com/DavidSpickett created https://github.com/llvm/llvm-project/pull/196300

Fixes 605feeda1e50aa0064947e64d66d3351b9f9693e / #195514.

>From 977558b66a1e0bfa67a9c4ee5a829be5b1025323 Mon Sep 17 00:00:00 2001
From: David Spickett <david.spickett at arm.com>
Date: Thu, 7 May 2026 12:22:05 +0000
Subject: [PATCH] [lldb][test] Add missing include to char16/32_t test

Fixes 605feeda1e50aa0064947e64d66d3351b9f9693e / #195514.
---
 lldb/test/API/lang/cpp/char1632_t/main.cpp | 1 +
 1 file changed, 1 insertion(+)

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



More information about the lldb-commits mailing list