commit | ff7c3e965dea6b70e05faa985de1e6f6efe0ce40 | [log] [tgz] |
---|---|---|
author | Johnny Chen <johnny.chen@apple.com> | Mon Dec 20 21:45:22 2010 +0000 |
committer | Johnny Chen <johnny.chen@apple.com> | Mon Dec 20 21:45:22 2010 +0000 |
tree | 05a7be673e11a028cb4632468d0ba2d450c4af50 | |
parent | 7add5992a2dbd7ca1f18e917247da0907c422afe [diff] |
Patch from Stephen Wilson: Provide full qualification for #include's. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@122274 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Expression/ClangPersistentVariables.cpp b/source/Expression/ClangPersistentVariables.cpp index 5e61524..d5ab9e5 100644 --- a/source/Expression/ClangPersistentVariables.cpp +++ b/source/Expression/ClangPersistentVariables.cpp
@@ -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"