Use full path to ClangForward.h

Fixes Linux build.

llvm-svn: 143038
This commit is contained in:
Peter Collingbourne 2011-10-26 17:55:48 +00:00
parent 3e30010d99
commit 46df6a252a
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#ifndef lldb_VariableList_h_
#define lldb_VariableList_h_
#include "ClangForward.h"
#include "lldb/Core/ClangForward.h"
namespace lldb_private
{