forked from OSchip/llvm-project
Fix buildbot failure because I got an include path wrong.
llvm-svn: 260932
This commit is contained in:
parent
c46d3297df
commit
ebeff4c11e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue