summaryrefslogtreecommitdiff
path: root/textproc/google-ctemplate/files/patch-small_map.h
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2012-02-02 08:34:16 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2012-02-02 08:34:16 +0000
commit3eb5b796b11b6b253e0c3ab6d7b4c049af53eccb (patch)
tree1738c8a9d8f0e6f41d273a282dfe5b055ea921ef /textproc/google-ctemplate/files/patch-small_map.h
parent- Update to 0.6.1 (diff)
1: Upgrade to 2.0.
2: fix build with clang.
Notes
Notes: svn path=/head/; revision=290277
Diffstat (limited to 'textproc/google-ctemplate/files/patch-small_map.h')
-rw-r--r--textproc/google-ctemplate/files/patch-small_map.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/google-ctemplate/files/patch-small_map.h b/textproc/google-ctemplate/files/patch-small_map.h
new file mode 100644
index 000000000000..8bce6353ee72
--- /dev/null
+++ b/textproc/google-ctemplate/files/patch-small_map.h
@@ -0,0 +1,11 @@
+--- src/base/small_map.h.orig 2012-02-02 16:18:30.000000000 +0800
++++ src/base/small_map.h 2012-02-02 16:18:47.000000000 +0800
+@@ -52,6 +52,8 @@
+ #include <assert.h>
+ #include <utility> // for make_pair()
+ #include "base/manual_constructor.h"
++using std::make_pair;
++
+ _START_GOOGLE_NAMESPACE_
+
+ template <bool> struct CompileAssert { };