commit | 05f6837cea52ed576f7eab4a14abda1bdc0fd3c4 | [log] [tgz] |
---|---|---|
author | Duncan Sands <baldrick@free.fr> | Wed Oct 08 07:23:46 2008 +0000 |
committer | Duncan Sands <baldrick@free.fr> | Wed Oct 08 07:23:46 2008 +0000 |
tree | 237fc9fb154988e2473633f1d78db88c6fed0164 | |
parent | 5a0f2fe1364b2484ecaadffaf73796d4ca908887 [diff] [blame] |
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
diff --git a/utils/TableGen/TGLexer.cpp b/utils/TableGen/TGLexer.cpp index a6de239..e7465de 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;