Here's another header fix as well: Index: source/Expression/ClangPersistentVariables.cpp =================================================================== --- source/Expression/ClangPersistentVariables.cpp (revision 110917) +++ source/Expression/ClangPersistentVariables.cpp (working copy) @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===//
-#include "ClangPersistentVariables.h" +#include "lldb/Expression/ClangPersistentVariables.h" #include "lldb/Core/DataExtractor.h" #include "lldb/Core/Log.h" #include "lldb/Core/StreamString.h" On Thu, Aug 12, 2010 at 8:55 AM, Pawel Wodnicki <[email protected]> wrote: > Hi, > > Quick fix for "missing" lldb-forward-rtti.h header file. > > Index: include/lldb/Expression/ClangPersistentVariables.h > =================================================================== > --- include/lldb/Expression/ClangPersistentVariables.h (revision 110913) > +++ include/lldb/Expression/ClangPersistentVariables.h (working copy) > @@ -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 @@ > > Pawel > > _______________________________________________ > lldb-dev mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev >
_______________________________________________ lldb-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
