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.

llvm-svn: 33855
diff --git a/llvm/lib/Transforms/Instrumentation/RSProfiling.h b/llvm/lib/Transforms/Instrumentation/RSProfiling.h
index e07db00..747773a 100644
--- a/llvm/lib/Transforms/Instrumentation/RSProfiling.h
+++ b/llvm/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