aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-04-11 18:40:46 +0000
committerChris Lattner <sabre@nondot.org>2009-04-11 18:40:46 +0000
commit3c304bd9ec2b4611572d4cbae9e1727bbecb5dc9 (patch)
tree698b843501ba7548fe69e1643521eb137be46b2b /tools
parent2fc5c2428ecb450a3256c8316b93b8655cb76a0f (diff)
add some #includes for better compatibility with gcc 4.4,
thanks to Tobias Stadler for pointing this out. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68868 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/clang-cc/Warnings.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/clang-cc/Warnings.cpp b/tools/clang-cc/Warnings.cpp
index edbccb62be..d21c79411e 100644
--- a/tools/clang-cc/Warnings.cpp
+++ b/tools/clang-cc/Warnings.cpp
@@ -38,6 +38,7 @@
#include "clang/Sema/SemaDiagnostic.h"
#include "clang/Lex/LexDiagnostic.h"
#include "llvm/Support/CommandLine.h"
+#include <cstdio>
#include <utility>
#include <algorithm>
using namespace clang;