Skip to content

Commit 5a9c349

Browse files
committed
[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 <[email protected]>
1 parent 5cb4175 commit 5a9c349

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
#ifndef LLDB_PLUGINS_SCRIPTINTERPRETER_PYTHON_SWIGPYTHONBRIDGE_H
1010
#define LLDB_PLUGINS_SCRIPTINTERPRETER_PYTHON_SWIGPYTHONBRIDGE_H
1111

12+
#include <string>
13+
1214
#include "lldb/Host/Config.h"
1315

1416
#if LLDB_ENABLE_PYTHON

0 commit comments

Comments
 (0)