Fix include error.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1819 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Vikram S. Adve 2002-03-03 20:46:32 +00:00
parent 0305141a51
commit 9ee9d71199
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
#include "SparcInternals.h"
#include "llvm/Bytecode/Writer.h"
#include <ostream>
#include <iostream>
namespace {

View File

@ -23,7 +23,7 @@
#include "llvm/Module.h"
#include "Support/StringExtras.h"
#include "Support/HashExtras.h"
#include <ostream>
#include <iostream>
using std::string;
namespace {