[Lldb-commits] [lldb] r110943 - /lldb/trunk/include/lldb/Expression/ClangPersistentVariables.h

Johnny Chen johnny.chen at apple.com
Thu Aug 12 12:42:59 PDT 2010


Author: johnny
Date: Thu Aug 12 14:42:59 2010
New Revision: 110943

URL: http://llvm.org/viewvc/llvm-project?rev=110943&view=rev
Log:
Applied Pawel Wodnicki's fix for "missing" lldb-forward-rtti.h header file.

Modified:
    lldb/trunk/include/lldb/Expression/ClangPersistentVariables.h

Modified: lldb/trunk/include/lldb/Expression/ClangPersistentVariables.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Expression/ClangPersistentVariables.h?rev=110943&r1=110942&r2=110943&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Expression/ClangPersistentVariables.h (original)
+++ lldb/trunk/include/lldb/Expression/ClangPersistentVariables.h Thu Aug 12 14:42:59 2010
@@ -10,7 +10,7 @@
 #ifndef liblldb_ClangPersistentVariables_h_
 #define liblldb_ClangPersistentVariables_h_
 
-#include "lldb-forward-rtti.h"
+#include "lldb/lldb-forward-rtti.h"
 #include "lldb/Core/ConstString.h"
 #include "lldb/Core/DataBufferHeap.h"
 #include "lldb/Symbol/TaggedASTType.h"
@@ -99,4 +99,4 @@
 
 }
 
-#endif
\ No newline at end of file
+#endif





More information about the lldb-commits mailing list