forked from OSchip/llvm-project
Applied Pawel Wodnicki's fix for "missing" lldb-forward-rtti.h header file.
llvm-svn: 110943
This commit is contained in:
parent
c702acc81f
commit
03b5a8a9ab
|
@ -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 @@ private:
|
|||
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue