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 71c21d18c3
commit 56c5ca2ee1
1 changed files with 5 additions and 0 deletions

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>