amccarth created this revision.
amccarth added reviewers: zturner, spyffe.
amccarth added a subscriber: lldb-commits.
This fixes the Windows build break introduced by r248934.  I'm not sure why it 
didn't break other platforms.

http://reviews.llvm.org/D13312

Files:
  include/lldb/Symbol/ClangASTContext.h

Index: include/lldb/Symbol/ClangASTContext.h
===================================================================
--- include/lldb/Symbol/ClangASTContext.h
+++ 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"


Index: include/lldb/Symbol/ClangASTContext.h
===================================================================
--- include/lldb/Symbol/ClangASTContext.h
+++ 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"
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to