Explicitly #include Support/Streams.h when using llvm::cout and friends.

llvm-svn: 51391
This commit is contained in:
Dan Gohman 2008-05-21 20:19:16 +00:00
parent f8d82e949a
commit 1627ae7c48
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#include "llvm/ADT/SmallPtrSet.h" #include "llvm/ADT/SmallPtrSet.h"
#include "llvm/Support/MemoryBuffer.h" #include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/CommandLine.h" #include "llvm/Support/CommandLine.h"
#include "llvm/Support/Streams.h"
#include "llvm/System/Path.h" #include "llvm/System/Path.h"
#include <sstream> #include <sstream>
#include <fstream> #include <fstream>