summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-08-14 16:05:35 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-08-14 16:05:35 +0000
commitc3fe45b2f577eaf4d12cb7890773af3a8dea73c7 (patch)
tree7e6f710924bb71846d5292fc8c76b42d05c7e169 /utils
parent8e9554a8e5bf5cece8c84204e35f66c2361900eb (diff)
downloadllvm-c3fe45b2f577eaf4d12cb7890773af3a8dea73c7.tar.gz
llvm-c3fe45b2f577eaf4d12cb7890773af3a8dea73c7.tar.bz2
llvm-c3fe45b2f577eaf4d12cb7890773af3a8dea73c7.tar.xz
Using `std::remove' requires `cstdio.h'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7843 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/TableGen.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/TableGen/TableGen.cpp b/utils/TableGen/TableGen.cpp
index 8c9f550bcc..85a63ceaf6 100644
--- a/utils/TableGen/TableGen.cpp
+++ b/utils/TableGen/TableGen.cpp
@@ -17,6 +17,7 @@
#include "InstrInfoEmitter.h"
#include "InstrSelectorEmitter.h"
#include <algorithm>
+#include <cstdio>
#include <fstream>
enum ActionType {