From 7ffe7d5ed73e917dffb34a3cbb60231338b95d28 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Thu, 12 Dec 2019 10:05:30 -0800 Subject: [lldb/Core] Add missing include (2/2) This got flagged by the debian buildbot. --- lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h') diff --git a/lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h b/lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h index c0d3932..c75219e 100644 --- a/lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h +++ b/lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h @@ -9,6 +9,8 @@ #ifndef LLDB_PLUGINS_SCRIPTINTERPRETER_PYTHON_PYTHONREADLINE_H #define LLDB_PLUGINS_SCRIPTINTERPRETER_PYTHON_PYTHONREADLINE_H +#include "lldb/Host/Config.h" + #if LLDB_ENABLE_LIBEDIT && defined(__linux__) // NOTE: Since Python may define some pre-processor definitions which affect the // standard headers on some systems, you must include Python.h before any -- cgit v1.1