Author: mysqlpp
Date: Sat Feb 19 01:17:46 2011
New Revision: 2688

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2688&view=rev
Log:
#include fix for GCC 4.6, suggested by Remi Collet, tweaks by me.

Modified:
    trunk/lib/refcounted.h

Modified: trunk/lib/refcounted.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/refcounted.h?rev=2688&r1=2687&r2=2688&view=diff
==============================================================================
--- trunk/lib/refcounted.h (original)
+++ trunk/lib/refcounted.h Sat Feb 19 01:17:46 2011
@@ -2,7 +2,7 @@
 /// \brief Declares the RefCountedPointer template
 
 /***********************************************************************
- Copyright (c) 2007 by Educational Technology Resources, Inc. and
+ Copyright (c) 2007-2011 by Educational Technology Resources, Inc. and
  (c) 2007 by Jonathan Wakely.  Others may also hold copyrights on
  code in this file.  See the CREDITS.txt file in the top directory
  of the distribution for details.
@@ -29,6 +29,8 @@
 #define MYSQLPP_REFCOUNTED_H
 
 #include <memory>
+
+#include <stddef.h>
 
 namespace mysqlpp {
 


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to