Chromium Code Reviews| Index: include/llvm/Support/IRReader.h |
| diff --git a/include/llvm/Support/IRReader.h b/include/llvm/Support/IRReader.h |
| index 6d8a9b30ae1fd8bfee9f0c9b7f6bdceb765a2743..7e96204b96f534a03a884d6d044423e1a35db8cc 100644 |
| --- a/include/llvm/Support/IRReader.h |
| +++ b/include/llvm/Support/IRReader.h |
| @@ -21,6 +21,7 @@ |
| #include "llvm/ADT/OwningPtr.h" |
| #include "llvm/Assembly/Parser.h" |
| +#include "llvm/Bitcode/BitcodeStream.h" |
|
nlewycky
2011/11/05 00:45:06
Given that there's no other changes in the file, t
(google.com) Derek Schuff
2011/11/07 22:33:50
Sorry, this was leftover from a previous iteration
|
| #include "llvm/Bitcode/ReaderWriter.h" |
| #include "llvm/Support/MemoryBuffer.h" |
| #include "llvm/Support/SourceMgr.h" |