forked from OSchip/llvm-project
Use full path to ClangForward.h
Fixes Linux build. llvm-svn: 143038
This commit is contained in:
parent
3e30010d99
commit
46df6a252a
|
@ -10,7 +10,7 @@
|
|||
#ifndef lldb_VariableList_h_
|
||||
#define lldb_VariableList_h_
|
||||
|
||||
#include "ClangForward.h"
|
||||
#include "lldb/Core/ClangForward.h"
|
||||
|
||||
namespace lldb_private
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue