diff options
| -rw-r--r-- | lldb/source/lldb.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/lldb.cpp b/lldb/source/lldb.cpp index 699c39494fb..061a3d8ee68 100644 --- a/lldb/source/lldb.cpp +++ b/lldb/source/lldb.cpp @@ -10,6 +10,7 @@ #include "lldb/lldb-private.h" #include "lldb/lldb-private-log.h" #include "lldb/Core/ArchSpec.h" +#include "lldb/Core/Debugger.h" #include "lldb/Core/Log.h" #include "lldb/Core/PluginManager.h" #include "lldb/Core/RegularExpression.h" |

