forked from OSchip/llvm-project
[lldb/Core] Add missing include (2/2)
This got flagged by the debian buildbot.
This commit is contained in:
parent
babbd554b8
commit
7ffe7d5ed7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue