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

Because some systems have reported that this example would not build the

header file cstdio was added as an include.

llvm-svn: 129291
This commit is contained in:
Garrison Venn 2011-04-11 19:52:49 +00:00
parent 77dc5a7187
commit 6cd1933961

View File

@ -62,6 +62,11 @@
#include "llvm/Support/IRBuilder.h"
#include "llvm/Support/Dwarf.h"
// Note: Some systems seem to have a problem finding
// the symbols like stderr, and fprintf when this
// header file is not included
#include <cstdio>
#include <sstream>
#include <stdexcept>