[Lldb-commits] [PATCH] D13312: Fix Windows build due to missing	path.
    Adrian McCarthy via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Wed Sep 30 15:38:25 PDT 2015
    
    
  
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"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13312.36154.patch
Type: text/x-patch
Size: 461 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150930/a03cdd48/attachment.bin>
    
    
More information about the lldb-commits
mailing list