diff options
Diffstat (limited to 'lldb/source/Commands/CommandObjectMemory.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectMemory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectMemory.cpp b/lldb/source/Commands/CommandObjectMemory.cpp index 501771816aa..7a82ec18b2d 100644 --- a/lldb/source/Commands/CommandObjectMemory.cpp +++ b/lldb/source/Commands/CommandObjectMemory.cpp @@ -42,7 +42,7 @@ #include "lldb/Target/StackFrame.h" #include "lldb/Target/Thread.h" -#include "lldb-private.h" +#include "lldb/lldb-private.h" using namespace lldb; using namespace lldb_private; |