From: Dan Gohman Date: Tue, 10 Nov 2009 21:21:27 +0000 (+0000) Subject: Use #include when using fprintf and stderr. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0063e98f596f09233c0daaad051fca9e1df15d5a;p=clang Use #include when using fprintf and stderr. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86717 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/clang-cc/Options.cpp b/tools/clang-cc/Options.cpp index 582bddb488..4f06ff5a6f 100644 --- a/tools/clang-cc/Options.cpp +++ b/tools/clang-cc/Options.cpp @@ -17,6 +17,7 @@ #include "clang/Basic/TargetInfo.h" #include "llvm/ADT/StringMap.h" #include "llvm/Support/CommandLine.h" +#include using namespace clang;