From 5a9c34918bb1526b7e8c29aa5e4fb8d8e27e27b4 Mon Sep 17 00:00:00 2001 From: Med Ismail Bennani Date: Mon, 1 Mar 2021 22:33:16 +0100 Subject: [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 --- lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h') 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 + #include "lldb/Host/Config.h" #if LLDB_ENABLE_PYTHON -- cgit v1.1