]> granicus.if.org Git - clang/commitdiff
add back a #include needed on some builders.
authorChris Lattner <sabre@nondot.org>
Sun, 20 Jan 2013 00:57:52 +0000 (00:57 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 20 Jan 2013 00:57:52 +0000 (00:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172938 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Serialization/ASTReader.cpp

index 660e6616981e9389702437253c6060ea09fba951..676bd9de58be407d1f3ed294967f9f0aadfe32ae 100644 (file)
@@ -51,6 +51,7 @@
 #include "llvm/Support/SaveAndRestore.h"
 #include "llvm/Support/system_error.h"
 #include <algorithm>
+#include <cstdio>
 #include <iterator>
 
 using namespace clang;