diff options
Diffstat (limited to 'source/lldb.cpp')
-rw-r--r-- | source/lldb.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/lldb.cpp b/source/lldb.cpp index 78e8208e0910..4817e7f2b44c 100644 --- a/source/lldb.cpp +++ b/source/lldb.cpp @@ -19,6 +19,7 @@ #include "lldb/Core/Timer.h" #include "lldb/Host/Host.h" #include "lldb/Host/Mutex.h" +#include "lldb/Interpreter/ScriptInterpreterPython.h" #include "lldb/Target/Target.h" #include "lldb/Target/Thread.h" @@ -120,6 +121,7 @@ lldb_private::Initialize () SymbolFileDWARFDebugMap::Initialize(); ItaniumABILanguageRuntime::Initialize(); #ifndef LLDB_DISABLE_PYTHON + ScriptInterpreterPython::InitializePrivate(); OperatingSystemPython::Initialize(); #endif |