[Lldb-commits] [lldb] 51128b6 - Fix de6caf871be79dc7549aebe4e4fb57d52f6ed202

Walter Erquinigo via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 2 15:05:40 PDT 2020


Author: Walter Erquinigo
Date: 2020-09-02T15:05:33-07:00
New Revision: 51128b670d4f757132e927c4f3dd78d257d37f70

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

LOG: Fix de6caf871be79dc7549aebe4e4fb57d52f6ed202

Failure found in
http://lab.llvm.org:8011/builders/lldb-x86_64-debian/builds/16855

The issue is a header not being included

Added: 
    

Modified: 
    lldb/tools/lldb-vscode/VSCode.h

Removed: 
    


################################################################################
diff  --git a/lldb/tools/lldb-vscode/VSCode.h b/lldb/tools/lldb-vscode/VSCode.h
index 874feb9a97ce..4a20c56c53eb 100644
--- a/lldb/tools/lldb-vscode/VSCode.h
+++ b/lldb/tools/lldb-vscode/VSCode.h
@@ -9,6 +9,7 @@
 #ifndef LLDB_TOOLS_LLDB_VSCODE_VSCODE_H
 #define LLDB_TOOLS_LLDB_VSCODE_VSCODE_H
 
+#include <condition_variable>
 #include <iosfwd>
 #include <map>
 #include <set>


        


More information about the lldb-commits mailing list