opnsense-ports/databases/mysql++3/files/patch-lib_refcounted.h
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01: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 {