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:
parent
a769cf864c
commit
dd8e4f488d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user