freebsd-ports/databases/mysql++3/files/patch-lib_refcounted.h
Martin Wilke 4626221edc - Fix build with GCC 4.6
PR:		162377
Submitted by:	Yuri Karaban <dev@dev97.com>
Approved by:	maintainer
Feature safe:	yes
2011-11-25 18:24:36 +00:00

16 lines
278 B
C++

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 {