diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-11-25 18:24:36 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-11-25 18:24:36 +0000 |
commit | 4626221edccf602d680bc4918662e8ff47a02b3a (patch) | |
tree | c387e35d7b7d282fea8f5bd064e4d08a01d95ee9 /databases/mysql++3 | |
parent | b0a883648aa376ddb82431dcb40b0abad9db66c7 (diff) |
- Fix build with GCC 4.6
PR: 162377
Submitted by: Yuri Karaban <dev@dev97.com>
Approved by: maintainer
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=286439
Diffstat (limited to 'databases/mysql++3')
-rw-r--r-- | databases/mysql++3/files/patch-lib_refcounted.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/databases/mysql++3/files/patch-lib_refcounted.h b/databases/mysql++3/files/patch-lib_refcounted.h new file mode 100644 index 000000000000..5992d5a859e4 --- /dev/null +++ b/databases/mysql++3/files/patch-lib_refcounted.h @@ -0,0 +1,16 @@ + + +Patch attached with submission follows: + +--- lib/refcounted.h.orig 2010-06-03 20:59:23.000000000 +0300 ++++ lib/refcounted.h 2011-11-08 15:45:51.024492252 +0200 +@@ -29,6 +29,7 @@ + #define MYSQLPP_REFCOUNTED_H + + #include <memory> ++#include <cstddef> + + namespace mysqlpp { + + + |