summaryrefslogtreecommitdiff
path: root/databases/mysql++3/files/patch-lib_refcounted.h
blob: 5992d5a859e4cc33c66ad9e3a2d4686a0655b460 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 {