aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h
diff options
context:
space:
mode:
authorMed Ismail Bennani <medismail.bennani@gmail.com>2021-03-01 22:33:16 +0100
committerMed Ismail Bennani <medismail.bennani@gmail.com>2021-03-01 22:37:36 +0100
commit5a9c34918bb1526b7e8c29aa5e4fb8d8e27e27b4 (patch)
tree374956a18c345e8870d799dd54d5d49cb112c96b /lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h
parent5cb417527cbca62bbee93504deb2f1e7a357e6ec (diff)
downloadllvm-5a9c34918bb1526b7e8c29aa5e4fb8d8e27e27b4.zip
llvm-5a9c34918bb1526b7e8c29aa5e4fb8d8e27e27b4.tar.gz
llvm-5a9c34918bb1526b7e8c29aa5e4fb8d8e27e27b4.tar.bz2
[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@gmail.com>
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h')
-rw-r--r--lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h b/lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h
index 729a498..1843d92 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