diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2003-08-14 16:05:35 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-08-14 16:05:35 +0000 |
commit | c3fe45b2f577eaf4d12cb7890773af3a8dea73c7 (patch) | |
tree | 7e6f710924bb71846d5292fc8c76b42d05c7e169 /utils/TableGen/TableGen.cpp | |
parent | 8e9554a8e5bf5cece8c84204e35f66c2361900eb (diff) |
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/TableGen/TableGen.cpp')
-rw-r--r-- | utils/TableGen/TableGen.cpp | 1 |
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 { |