Unbreak the MSVC build.

The DEBUG() call at line 606 demands to see raw_ostream's definition. I have no idea why this seems to only break MSVC.

llvm-svn: 124545
This commit is contained in:
Francois Pichet 2011-01-29 20:06:16 +00:00
parent b89d9a4412
commit 326e4a2966
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@
#include "llvm/Support/CallSite.h"
#include "llvm/Support/CFG.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/ADT/STLExtras.h"
using namespace llvm;