1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

Needs the iostream include.

llvm-svn: 31815
This commit is contained in:
Bill Wendling 2006-11-17 09:38:03 +00:00
parent 1838be30c7
commit 42b8ad7362

View File

@ -25,6 +25,7 @@
#include "llvm/Support/CFG.h"
#include "llvm/Support/GraphWriter.h"
#include "llvm/Config/config.h"
#include <iostream>
#include <sstream>
#include <fstream>
using namespace llvm;