[llvm] r277876 - Fix non portable include path.
Zachary Turner via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 5 14:50:02 PDT 2016
Author: zturner
Date: Fri Aug 5 16:50:02 2016
New Revision: 277876
URL: http://llvm.org/viewvc/llvm-project?rev=277876&view=rev
Log:
Fix non portable include path.
Modified:
llvm/trunk/lib/DebugInfo/CodeView/CVTypeVisitor.cpp
Modified: llvm/trunk/lib/DebugInfo/CodeView/CVTypeVisitor.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/DebugInfo/CodeView/CVTypeVisitor.cpp?rev=277876&r1=277875&r2=277876&view=diff
==============================================================================
--- llvm/trunk/lib/DebugInfo/CodeView/CVTypeVisitor.cpp (original)
+++ llvm/trunk/lib/DebugInfo/CodeView/CVTypeVisitor.cpp Fri Aug 5 16:50:02 2016
@@ -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;
More information about the llvm-commits
mailing list