diff options
Diffstat (limited to 'contrib/llvm-project/llvm/lib/DebugInfo/CodeView/DebugCrossExSubsection.cpp')
| -rw-r--r-- | contrib/llvm-project/llvm/lib/DebugInfo/CodeView/DebugCrossExSubsection.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/DebugCrossExSubsection.cpp b/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/DebugCrossExSubsection.cpp index b23410409f88..b48f57955db1 100644 --- a/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/DebugCrossExSubsection.cpp +++ b/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/DebugCrossExSubsection.cpp @@ -8,6 +8,7 @@  #include "llvm/DebugInfo/CodeView/DebugCrossExSubsection.h"  #include "llvm/DebugInfo/CodeView/CodeViewError.h" +#include "llvm/Support/BinaryStreamReader.h"  #include "llvm/Support/BinaryStreamWriter.h"  #include "llvm/Support/Error.h"  #include <cstdint>  | 
