diff options
| author | Zachary Turner <zturner@google.com> | 2016-08-05 21:50:02 +0000 |
|---|---|---|
| committer | Zachary Turner <zturner@google.com> | 2016-08-05 21:50:02 +0000 |
| commit | 5e35eaac83f1fe150273c45a001024a8cf9b4064 (patch) | |
| tree | 8bfc73e6b2972e7ca1ac98df9276ce3dbfa0fc84 /llvm/lib/DebugInfo | |
| parent | 6863027f001d92572da9a66fc634bd23cab1f2e6 (diff) | |
| download | bcm5719-llvm-5e35eaac83f1fe150273c45a001024a8cf9b4064.tar.gz bcm5719-llvm-5e35eaac83f1fe150273c45a001024a8cf9b4064.zip | |
Fix non portable include path.
llvm-svn: 277876
Diffstat (limited to 'llvm/lib/DebugInfo')
| -rw-r--r-- | llvm/lib/DebugInfo/CodeView/CVTypeVisitor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |

