diff options
Diffstat (limited to 'contrib/llvm-project/llvm/include/llvm/Bitcode/BitcodeAnalyzer.h')
-rw-r--r-- | contrib/llvm-project/llvm/include/llvm/Bitcode/BitcodeAnalyzer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/llvm-project/llvm/include/llvm/Bitcode/BitcodeAnalyzer.h b/contrib/llvm-project/llvm/include/llvm/Bitcode/BitcodeAnalyzer.h index f6fc284da33f..102e2257abcc 100644 --- a/contrib/llvm-project/llvm/include/llvm/Bitcode/BitcodeAnalyzer.h +++ b/contrib/llvm-project/llvm/include/llvm/Bitcode/BitcodeAnalyzer.h @@ -18,12 +18,13 @@ #include "llvm/ADT/StringRef.h" #include "llvm/Bitstream/BitstreamReader.h" #include "llvm/Support/Error.h" -#include "llvm/Support/raw_ostream.h" #include <map> #include <vector> namespace llvm { +class raw_ostream; + /// CurStreamTypeType - A type for CurStreamType enum CurStreamTypeType { UnknownBitstream, |