From 9550dc2df2aad33e92febc0e3a15aca372639a10 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 27 Oct 2002 19:08:03 +0000 Subject: [PATCH] Add #include git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4291 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Analysis/DSGraph.h | 1 + include/llvm/Analysis/DataStructure/DSGraph.h | 1 + lib/Support/Statistic.cpp | 1 + lib/Support/Timer.cpp | 1 + support/lib/Support/Statistic.cpp | 1 + support/lib/Support/Timer.cpp | 1 + 6 files changed, 6 insertions(+) diff --git a/include/llvm/Analysis/DSGraph.h b/include/llvm/Analysis/DSGraph.h index cccf31f8f3b..906e9df0025 100644 --- a/include/llvm/Analysis/DSGraph.h +++ b/include/llvm/Analysis/DSGraph.h @@ -11,6 +11,7 @@ #include #include #include +#include class Function; class CallInst; diff --git a/include/llvm/Analysis/DataStructure/DSGraph.h b/include/llvm/Analysis/DataStructure/DSGraph.h index cccf31f8f3b..906e9df0025 100644 --- a/include/llvm/Analysis/DataStructure/DSGraph.h +++ b/include/llvm/Analysis/DataStructure/DSGraph.h @@ -11,6 +11,7 @@ #include #include #include +#include class Function; class CallInst; diff --git a/lib/Support/Statistic.cpp b/lib/Support/Statistic.cpp index 4db949a99a2..6345fbfcfcf 100644 --- a/lib/Support/Statistic.cpp +++ b/lib/Support/Statistic.cpp @@ -18,6 +18,7 @@ #include "Support/CommandLine.h" #include #include +#include bool DebugFlag; // DebugFlag - Exported boolean set by the -debug option diff --git a/lib/Support/Timer.cpp b/lib/Support/Timer.cpp index fb38fcb6fe6..d0ce71f3c3a 100644 --- a/lib/Support/Timer.cpp +++ b/lib/Support/Timer.cpp @@ -12,6 +12,7 @@ #include #include #include +#include static TimerGroup *DefaultTimerGroup = 0; static TimerGroup *getDefaultTimerGroup() { diff --git a/support/lib/Support/Statistic.cpp b/support/lib/Support/Statistic.cpp index 4db949a99a2..6345fbfcfcf 100644 --- a/support/lib/Support/Statistic.cpp +++ b/support/lib/Support/Statistic.cpp @@ -18,6 +18,7 @@ #include "Support/CommandLine.h" #include #include +#include bool DebugFlag; // DebugFlag - Exported boolean set by the -debug option diff --git a/support/lib/Support/Timer.cpp b/support/lib/Support/Timer.cpp index fb38fcb6fe6..d0ce71f3c3a 100644 --- a/support/lib/Support/Timer.cpp +++ b/support/lib/Support/Timer.cpp @@ -12,6 +12,7 @@ #include #include #include +#include static TimerGroup *DefaultTimerGroup = 0; static TimerGroup *getDefaultTimerGroup() {