Added a temporary hack to get the llvm-streams to work for future checkins.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31978 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling
2006-11-28 22:21:29 +00:00
parent d4d9ab80b7
commit b5ebf15b2b
14 changed files with 114 additions and 7 deletions

View File

@@ -22,7 +22,7 @@
#include "llvm/Bytecode/Format.h"
#include <string>
#include <map>
#include <iostream>
#include <ostream>
namespace llvm {