diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2010-08-12 19:42:59 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2010-08-12 19:42:59 +0000 |
| commit | 03b5a8a9ab907e92093a3f95d0600cd062ab5f2a (patch) | |
| tree | 9d9ef388c895f7796a3c3dbfbdc0d69e0823ee57 | |
| parent | c702acc81f7c9ba257ae44f51edd6b1e9f7e2f5d (diff) | |
| download | bcm5719-llvm-03b5a8a9ab907e92093a3f95d0600cd062ab5f2a.tar.gz bcm5719-llvm-03b5a8a9ab907e92093a3f95d0600cd062ab5f2a.zip | |
Applied Pawel Wodnicki's fix for "missing" lldb-forward-rtti.h header file.
llvm-svn: 110943
| -rw-r--r-- | lldb/include/lldb/Expression/ClangPersistentVariables.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/include/lldb/Expression/ClangPersistentVariables.h b/lldb/include/lldb/Expression/ClangPersistentVariables.h index 7bac5ccd247..dcba904ad6c 100644 --- a/lldb/include/lldb/Expression/ClangPersistentVariables.h +++ b/lldb/include/lldb/Expression/ClangPersistentVariables.h @@ -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
\ No newline at end of file +#endif |

