summaryrefslogtreecommitdiff
path: root/utils/TableGen/TGLexer.cpp
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2008-10-08 07:23:46 +0000
committerDuncan Sands <baldrick@free.fr>2008-10-08 07:23:46 +0000
commit4520dd2b7b20af07d5a3e4d06d964a532044eb10 (patch)
tree237fc9fb154988e2473633f1d78db88c6fed0164 /utils/TableGen/TGLexer.cpp
parent9fc4da40eff3995b4cfea4af598079435736f9ec (diff)
downloadllvm-4520dd2b7b20af07d5a3e4d06d964a532044eb10.tar.gz
llvm-4520dd2b7b20af07d5a3e4d06d964a532044eb10.tar.bz2
llvm-4520dd2b7b20af07d5a3e4d06d964a532044eb10.tar.xz
Add <cstdio> include where needed by gcc-4.4.
Patch by Samuel Tardieu. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57291 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/TGLexer.cpp')
-rw-r--r--utils/TableGen/TGLexer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/TableGen/TGLexer.cpp b/utils/TableGen/TGLexer.cpp
index a6de239e6f..e7465de28a 100644
--- a/utils/TableGen/TGLexer.cpp
+++ b/utils/TableGen/TGLexer.cpp
@@ -17,6 +17,7 @@
#include <ostream>
#include "llvm/Config/config.h"
#include <cctype>
+#include <cstdio>
#include <cstdlib>
#include <cstring>
using namespace llvm;