From 6734b57d1bcd743491b627979f7801f94c97a970 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 4 Feb 2007 00:40:42 +0000 Subject: 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 --- lib/Transforms/Instrumentation/RSProfiling.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Transforms/Instrumentation') 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 namespace llvm { /// RSProfilers_std - a simple support class for profilers that handles most -- cgit v1.2.3