forked from OSchip/llvm-project
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
71c21d18c3
commit
56c5ca2ee1
|
@ -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