From 28c16d9a7e5f411a22ea4a4ec4d3e79188bee5a2 Mon Sep 17 00:00:00 2001 From: Stephen Wilson Date: Sun, 13 Mar 2011 00:00:32 +0000 Subject: [PATCH] Add a missing include. This change is needed to fix the build on Linux. llvm-svn: 127557 --- lldb/source/lldb.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/source/lldb.cpp b/lldb/source/lldb.cpp index 699c39494fb6..061a3d8ee68f 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"