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

Fix the build when using gcc-4.4 on linux. Header needed

for stderr and fprintf.

llvm-svn: 79909
This commit is contained in:
Duncan Sands 2009-08-24 10:59:01 +00:00
parent a769cf864c
commit dd8e4f488d

View File

@ -37,6 +37,7 @@
#include "llvm/Support/PrettyStackTrace.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/System/Signals.h"
#include <cstdio>
#include <map>
#include <algorithm>
using namespace llvm;