From 2a7d4ad1f4f008ba4820782331464aedccd969d5 Mon Sep 17 00:00:00 2001 From: Garrison Venn Date: Mon, 11 Apr 2011 19:52:49 +0000 Subject: Because some systems have reported that this example would not build the header file cstdio was added as an include. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129291 91177308-0d34-0410-b5e6-96231b3b80d8 --- examples/ExceptionDemo/ExceptionDemo.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/ExceptionDemo/ExceptionDemo.cpp b/examples/ExceptionDemo/ExceptionDemo.cpp index 5d7a63dce8..cc51706239 100644 --- a/examples/ExceptionDemo/ExceptionDemo.cpp +++ b/examples/ExceptionDemo/ExceptionDemo.cpp @@ -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 + #include #include -- cgit v1.2.3