1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Add #include

llvm-svn: 4291
This commit is contained in:
Chris Lattner 2002-10-27 19:08:03 +00:00
parent 1f63263eee
commit 8f38efd9dd
5 changed files with 5 additions and 0 deletions

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() {