diff options
| -rw-r--r-- | lldb/include/lldb/Symbol/ClangASTContext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/include/lldb/Symbol/ClangASTContext.h b/lldb/include/lldb/Symbol/ClangASTContext.h index 46562fae7f6..18e7d6ac1d0 100644 --- a/lldb/include/lldb/Symbol/ClangASTContext.h +++ b/lldb/include/lldb/Symbol/ClangASTContext.h @@ -20,7 +20,7 @@ #include <utility> // Other libraries and framework includes -#include "ClangPersistentVariables.h" +#include "Plugins/ExpressionParser/Clang/ClangPersistentVariables.h" #include "llvm/ADT/SmallVector.h" #include "clang/AST/ASTContext.h" |

