summary refs log tree commit diff
path: root/pkgs/os-specific/darwin/apple-source-releases/libsecurity_cdsa_utilities/handletemplates.patch
blob: e5a703b2a08f1410cf710f6eeaf4d6bcccaf429b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- a/lib/handletemplates.h  1969-12-31 16:00:01.000000000 -0800
+++ b/lib/handletemplates.h  1969-12-31 16:00:01.000000000 -0800
@@ -32,6 +32,7 @@
 #include <security_utilities/threading.h>
 #include <security_utilities/globalizer.h>
 #include <security_cdsa_utilities/cssmerrors.h>
+#include <vector>
 
 #if __GNUC__ > 2
 #include <ext/hash_map>
@@ -129,7 +130,7 @@
     // @@@  Remove when 4003540 is fixed
     template <class Subtype>
     static void findAllRefs(std::vector<_Handle> &refs) {
-        state().findAllRefs<Subtype>(refs);
+        state().template findAllRefs<Subtype>(refs);
     }
     
 protected: