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

for stderr and fprintf.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79909 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Duncan Sands 2009-08-24 10:59:01 +00:00
parent bcef7df6ec
commit 15af79c8f8

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;