diff options
author | Anders Carlsson <andersca@mac.com> | 2007-10-17 00:50:25 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2007-10-17 00:50:25 +0000 |
commit | adc9b13208a628c525fe075afb06bca518810777 (patch) | |
tree | b716d6bb65b724475240242b93c8b2355fad2d51 /Driver/SerializationTest.cpp | |
parent | 5a59d92fb01d9b351e37209a5c9df86605ce76d3 (diff) |
Fix the build.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43057 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Driver/SerializationTest.cpp')
-rw-r--r-- | Driver/SerializationTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Driver/SerializationTest.cpp b/Driver/SerializationTest.cpp index 35ef4b7d33..a18bd222f8 100644 --- a/Driver/SerializationTest.cpp +++ b/Driver/SerializationTest.cpp @@ -21,6 +21,7 @@ #include "llvm/System/Path.h" #include "llvm/Bitcode/BitstreamWriter.h" #include <fstream> +#include <iostream> using namespace clang; using llvm::BitstreamWriter; |