Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment #289207: add #include <cstddef> for size_t for
bug #378921
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 378921
| Differences between
Patch for mysql++-3.1.0 ebuild
and this patch
Collapse All
|
Expand All
(-)
mysql++-3.0.9.orig/lib/refcounted.h (+1 lines)
Lines 29-34
Link Here
29
#define MYSQLPP_REFCOUNTED_H
29
#define MYSQLPP_REFCOUNTED_H
30
30
31
#include <memory>
31
#include <memory>
32
#include <cstddef>
32
33
33
namespace mysqlpp {
34
namespace mysqlpp {
34
35
Return to
bug 378921