summaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-02-04 00:40:42 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-02-04 00:40:42 +0000
commit6734b57d1bcd743491b627979f7801f94c97a970 (patch)
treeae542628ae9741a7ad07e3483ff7c0952cae6645 /lib/Transforms/Instrumentation
parent5fcaf3ed141a3f0246e41f45077dbb7d7d0b11d3 (diff)
downloadllvm-6734b57d1bcd743491b627979f7801f94c97a970.tar.gz
llvm-6734b57d1bcd743491b627979f7801f94c97a970.tar.bz2
llvm-6734b57d1bcd743491b627979f7801f94c97a970.tar.xz
For PR1163:
Make the Module's dependent library use a std::vector instead of SetVector adjust #includes in .cpp files because SetVector.h is no longer included. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33855 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Instrumentation')
-rw-r--r--lib/Transforms/Instrumentation/RSProfiling.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Transforms/Instrumentation/RSProfiling.h b/lib/Transforms/Instrumentation/RSProfiling.h
index e07db00452..747773a87c 100644
--- a/lib/Transforms/Instrumentation/RSProfiling.h
+++ b/lib/Transforms/Instrumentation/RSProfiling.h
@@ -11,6 +11,7 @@
//
//===----------------------------------------------------------------------===//
#include "llvm/Transforms/RSProfiling.h"
+#include <set>
namespace llvm {
/// RSProfilers_std - a simple support class for profilers that handles most