Add #include
authorChris Lattner <sabre@nondot.org>
Sun, 27 Oct 2002 19:08:03 +0000 (19:08 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 27 Oct 2002 19:08:03 +0000 (19:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4291 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/DSGraph.h
include/llvm/Analysis/DataStructure/DSGraph.h
lib/Support/Statistic.cpp
lib/Support/Timer.cpp
support/lib/Support/Statistic.cpp
support/lib/Support/Timer.cpp

index cccf31f8f3b2f47d0e14c01e2023201e276ea258..906e9df0025e59d141941c0fa0e8fcfecbdb72ba 100644 (file)
@@ -11,6 +11,7 @@
 #include <vector>
 #include <map>
 #include <functional>
+#include <string>
 
 class Function;
 class CallInst;
index cccf31f8f3b2f47d0e14c01e2023201e276ea258..906e9df0025e59d141941c0fa0e8fcfecbdb72ba 100644 (file)
@@ -11,6 +11,7 @@
 #include <vector>
 #include <map>
 #include <functional>
+#include <string>
 
 class Function;
 class CallInst;
index 4db949a99a203326b93220b9645c1669e02ec4b5..6345fbfcfcf83a57aeb7964af1280689376b06c2 100644 (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
 
index fb38fcb6fe69b5e53ee7d269411bd7b6a9e69e54..d0ce71f3c3a9fd9a6a518e86c0a69478a0380a3f 100644 (file)
@@ -12,6 +12,7 @@
 #include <stdio.h>
 #include <iostream>
 #include <algorithm>
+#include <functional>
 
 static TimerGroup *DefaultTimerGroup = 0;
 static TimerGroup *getDefaultTimerGroup() {
index 4db949a99a203326b93220b9645c1669e02ec4b5..6345fbfcfcf83a57aeb7964af1280689376b06c2 100644 (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
 
index fb38fcb6fe69b5e53ee7d269411bd7b6a9e69e54..d0ce71f3c3a9fd9a6a518e86c0a69478a0380a3f 100644 (file)
@@ -12,6 +12,7 @@
 #include <stdio.h>
 #include <iostream>
 #include <algorithm>
+#include <functional>
 
 static TimerGroup *DefaultTimerGroup = 0;
 static TimerGroup *getDefaultTimerGroup() {