Using std::remove' requires cstdio.h'.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7843 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman 2003-08-14 16:05:35 +00:00
parent 8e9554a8e5
commit c3fe45b2f5
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#include "InstrInfoEmitter.h"
#include "InstrSelectorEmitter.h"
#include <algorithm>
#include <cstdio>
#include <fstream>
enum ActionType {

View File

@ -17,6 +17,7 @@
#include "InstrInfoEmitter.h"
#include "InstrSelectorEmitter.h"
#include <algorithm>
#include <cstdio>
#include <fstream>
enum ActionType {