[Lldb-commits] [lldb] 5a9c349 - [lldb/Plugins] Fix SWIGPythonBridge build issue
Med Ismail Bennani via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 1 13:37:57 PST 2021
Author: Med Ismail Bennani
Date: 2021-03-01T22:37:36+01:00
New Revision: 5a9c34918bb1526b7e8c29aa5e4fb8d8e27e27b4
URL: https://github.com/llvm/llvm-project/commit/5a9c34918bb1526b7e8c29aa5e4fb8d8e27e27b4
DIFF: https://github.com/llvm/llvm-project/commit/5a9c34918bb1526b7e8c29aa5e4fb8d8e27e27b4.diff
LOG: [lldb/Plugins] Fix SWIGPythonBridge build issue
This patch should fi the build issue on the windows bots:
https://lab.llvm.org/buildbot/#/builders/83/builds/4214/steps/5/logs/stdio
Signed-off-by: Med Ismail Bennani <medismail.bennani at gmail.com>
Added:
Modified:
lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h
Removed:
################################################################################
diff --git a/lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h b/lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h
index 729a498d14e4..1843d9237d82 100644
--- a/lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h
+++ b/lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h
@@ -9,6 +9,8 @@
#ifndef LLDB_PLUGINS_SCRIPTINTERPRETER_PYTHON_SWIGPYTHONBRIDGE_H
#define LLDB_PLUGINS_SCRIPTINTERPRETER_PYTHON_SWIGPYTHONBRIDGE_H
+#include <string>
+
#include "lldb/Host/Config.h"
#if LLDB_ENABLE_PYTHON
More information about the lldb-commits
mailing list