1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

Added missing include.

llvm-svn: 11129
This commit is contained in:
Tanya Lattner 2004-02-05 05:04:39 +00:00
parent d7b137d9fb
commit 0221566368

View File

@ -38,6 +38,7 @@
#include "llvm/Target/TargetMachine.h"
#include "Support/Debug.h"
#include "Support/Statistic.h"
#include <iostream>
using namespace llvm;
namespace {