From 5e35eaac83f1fe150273c45a001024a8cf9b4064 Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Fri, 5 Aug 2016 21:50:02 +0000 Subject: Fix non portable include path. llvm-svn: 277876 --- llvm/lib/DebugInfo/CodeView/CVTypeVisitor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/DebugInfo') diff --git a/llvm/lib/DebugInfo/CodeView/CVTypeVisitor.cpp b/llvm/lib/DebugInfo/CodeView/CVTypeVisitor.cpp index 01dd5d4591c..a302505667d 100644 --- a/llvm/lib/DebugInfo/CodeView/CVTypeVisitor.cpp +++ b/llvm/lib/DebugInfo/CodeView/CVTypeVisitor.cpp @@ -10,7 +10,7 @@ #include "llvm/DebugInfo/CodeView/CVTypeVisitor.h" #include "llvm/DebugInfo/CodeView/CodeViewError.h" -#include "llvm/DebugInfo/Msf/ByteStream.h" +#include "llvm/DebugInfo/MSF/ByteStream.h" using namespace llvm; using namespace llvm::codeview; -- cgit v1.2.3