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:
parent
77dc5a7187
commit
6cd1933961
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user