Fix buildbot failure because I got an include path wrong.

llvm-svn: 260932
This commit is contained in:
Jason Molenda 2016-02-16 04:20:56 +00:00
parent c46d3297df
commit ebeff4c11e
1 changed files with 1 additions and 1 deletions

View File

@ -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;