Applied Pawel Wodnicki's fix for "missing" lldb-forward-rtti.h header file.

llvm-svn: 110943
This commit is contained in:
Johnny Chen 2010-08-12 19:42:59 +00:00
parent c702acc81f
commit 03b5a8a9ab
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
#ifndef liblldb_ClangPersistentVariables_h_ #ifndef liblldb_ClangPersistentVariables_h_
#define 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/ConstString.h"
#include "lldb/Core/DataBufferHeap.h" #include "lldb/Core/DataBufferHeap.h"
#include "lldb/Symbol/TaggedASTType.h" #include "lldb/Symbol/TaggedASTType.h"
@ -99,4 +99,4 @@ private:
} }
#endif #endif