[Lldb-commits] [lldb] ec72909 - [lldb][test] iwyu for vfork test

Jordan Rupprecht via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 6 18:41:26 PST 2024


Author: Jordan Rupprecht
Date: 2024-03-06T18:41:18-08:00
New Revision: ec72909b62ce568ed27c6ad0581e50c0fdd70df4

URL: https://github.com/llvm/llvm-project/commit/ec72909b62ce568ed27c6ad0581e50c0fdd70df4
DIFF: https://github.com/llvm/llvm-project/commit/ec72909b62ce568ed27c6ad0581e50c0fdd70df4.diff

LOG: [lldb][test] iwyu for vfork test

Added: 
    

Modified: 
    lldb/test/API/functionalities/fork/concurrent_vfork/main.cpp

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/functionalities/fork/concurrent_vfork/main.cpp b/lldb/test/API/functionalities/fork/concurrent_vfork/main.cpp
index b0a4446ba01581..2f3a95dc5c6eef 100644
--- a/lldb/test/API/functionalities/fork/concurrent_vfork/main.cpp
+++ b/lldb/test/API/functionalities/fork/concurrent_vfork/main.cpp
@@ -1,4 +1,5 @@
 #include <assert.h>
+#include <cstring>
 #include <iostream>
 #include <mutex>
 #include <sys/wait.h>


        


More information about the lldb-commits mailing list