[Lldb-commits] [lldb] r143038 - /lldb/trunk/include/lldb/Symbol/VerifyDecl.h
Peter Collingbourne
peter at pcc.me.uk
Wed Oct 26 10:55:48 PDT 2011
Author: pcc
Date: Wed Oct 26 12:55:48 2011
New Revision: 143038
URL: http://llvm.org/viewvc/llvm-project?rev=143038&view=rev
Log:
Use full path to ClangForward.h
Fixes Linux build.
Modified:
lldb/trunk/include/lldb/Symbol/VerifyDecl.h
Modified: lldb/trunk/include/lldb/Symbol/VerifyDecl.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Symbol/VerifyDecl.h?rev=143038&r1=143037&r2=143038&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Symbol/VerifyDecl.h (original)
+++ lldb/trunk/include/lldb/Symbol/VerifyDecl.h Wed Oct 26 12:55:48 2011
@@ -10,7 +10,7 @@
#ifndef lldb_VariableList_h_
#define lldb_VariableList_h_
-#include "ClangForward.h"
+#include "lldb/Core/ClangForward.h"
namespace lldb_private
{
More information about the lldb-commits
mailing list