Add #include

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4291 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-10-27 19:08:03 +00:00
parent a50d6ec97d
commit 9550dc2df2
6 changed files with 6 additions and 0 deletions

View File

@ -11,6 +11,7 @@
#include <vector>
#include <map>
#include <functional>
#include <string>
class Function;
class CallInst;

View File

@ -11,6 +11,7 @@
#include <vector>
#include <map>
#include <functional>
#include <string>
class Function;
class CallInst;

View File

@ -18,6 +18,7 @@
#include "Support/CommandLine.h"
#include <iostream>
#include <sstream>
#include <algorithm>
bool DebugFlag; // DebugFlag - Exported boolean set by the -debug option

View File

@ -12,6 +12,7 @@
#include <stdio.h>
#include <iostream>
#include <algorithm>
#include <functional>
static TimerGroup *DefaultTimerGroup = 0;
static TimerGroup *getDefaultTimerGroup() {

View File

@ -18,6 +18,7 @@
#include "Support/CommandLine.h"
#include <iostream>
#include <sstream>
#include <algorithm>
bool DebugFlag; // DebugFlag - Exported boolean set by the -debug option

View File

@ -12,6 +12,7 @@
#include <stdio.h>
#include <iostream>
#include <algorithm>
#include <functional>
static TimerGroup *DefaultTimerGroup = 0;
static TimerGroup *getDefaultTimerGroup() {