]> granicus.if.org Git - clang/commitdiff
Add missing include
authorDouglas Gregor <dgregor@apple.com>
Tue, 9 Nov 2010 04:06:42 +0000 (04:06 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 9 Nov 2010 04:06:42 +0000 (04:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@118485 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Frontend/DocumentXML.cpp

index e4526bab43c811972231b4e4b6170c4e82a66c63..75c15831737f789327a1d012231415b8427ab949 100644 (file)
@@ -17,6 +17,7 @@
 #include "clang/AST/ASTContext.h"
 #include "clang/Basic/SourceManager.h"
 #include "llvm/ADT/StringExtras.h"
+#include <cstdio>
 
 namespace clang {