
Reverts commits bumping to macOS stuff to 10.12: commit ec1f78d1cb6ac86743ffb797bf88d4633b91e733. commit d0dc91d24f643ca2cb6901f80a641099db975966. commit a1d297374df55c30b8b74834a85924e9dc739dda. commit 425112151db3b05fec01e86cb10c90b4037e9367. commit e6f7f2928f668262577125290dc90ad8df12e724.
20 lines
623 B
Diff
20 lines
623 B
Diff
--- 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:
|