diff options
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/Analysis/DSGraph.h | 1 | ||||
| -rw-r--r-- | llvm/lib/Support/Statistic.cpp | 1 | ||||
| -rw-r--r-- | llvm/lib/Support/Timer.cpp | 1 | ||||
| -rw-r--r-- | llvm/support/lib/Support/Statistic.cpp | 1 | ||||
| -rw-r--r-- | llvm/support/lib/Support/Timer.cpp | 1 | 
5 files changed, 5 insertions, 0 deletions
| diff --git a/llvm/include/llvm/Analysis/DSGraph.h b/llvm/include/llvm/Analysis/DSGraph.h index cccf31f8f3b..906e9df0025 100644 --- a/llvm/include/llvm/Analysis/DSGraph.h +++ b/llvm/include/llvm/Analysis/DSGraph.h @@ -11,6 +11,7 @@  #include <vector>  #include <map>  #include <functional> +#include <string>  class Function;  class CallInst; diff --git a/llvm/lib/Support/Statistic.cpp b/llvm/lib/Support/Statistic.cpp index 4db949a99a2..6345fbfcfcf 100644 --- a/llvm/lib/Support/Statistic.cpp +++ b/llvm/lib/Support/Statistic.cpp @@ -18,6 +18,7 @@  #include "Support/CommandLine.h"  #include <iostream>  #include <sstream> +#include <algorithm>  bool DebugFlag;  // DebugFlag - Exported boolean set by the -debug option diff --git a/llvm/lib/Support/Timer.cpp b/llvm/lib/Support/Timer.cpp index fb38fcb6fe6..d0ce71f3c3a 100644 --- a/llvm/lib/Support/Timer.cpp +++ b/llvm/lib/Support/Timer.cpp @@ -12,6 +12,7 @@  #include <stdio.h>  #include <iostream>  #include <algorithm> +#include <functional>  static TimerGroup *DefaultTimerGroup = 0;  static TimerGroup *getDefaultTimerGroup() { diff --git a/llvm/support/lib/Support/Statistic.cpp b/llvm/support/lib/Support/Statistic.cpp index 4db949a99a2..6345fbfcfcf 100644 --- a/llvm/support/lib/Support/Statistic.cpp +++ b/llvm/support/lib/Support/Statistic.cpp @@ -18,6 +18,7 @@  #include "Support/CommandLine.h"  #include <iostream>  #include <sstream> +#include <algorithm>  bool DebugFlag;  // DebugFlag - Exported boolean set by the -debug option diff --git a/llvm/support/lib/Support/Timer.cpp b/llvm/support/lib/Support/Timer.cpp index fb38fcb6fe6..d0ce71f3c3a 100644 --- a/llvm/support/lib/Support/Timer.cpp +++ b/llvm/support/lib/Support/Timer.cpp @@ -12,6 +12,7 @@  #include <stdio.h>  #include <iostream>  #include <algorithm> +#include <functional>  static TimerGroup *DefaultTimerGroup = 0;  static TimerGroup *getDefaultTimerGroup() { | 

