Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 218547 | Differences between
and this patch

Collapse All | Expand All

(-)./libpqxx-2.6.9-orig/src/binarystring.cxx (+1 lines)
Lines 18-23 Link Here
18
18
19
#include <new>
19
#include <new>
20
#include <stdexcept>
20
#include <stdexcept>
21
#include <cstring>
21
22
22
#include "libpq-fe.h"
23
#include "libpq-fe.h"
23
24
(-)./libpqxx-2.6.9-orig/src/connection_base.cxx (+1 lines)
Lines 22-27 Link Here
22
#include <cerrno>
22
#include <cerrno>
23
#include <cstdio>
23
#include <cstdio>
24
#include <ctime>
24
#include <ctime>
25
#include <cstring>
25
#include <stdexcept>
26
#include <stdexcept>
26
27
27
#ifdef PQXX_HAVE_SYS_SELECT_H
28
#ifdef PQXX_HAVE_SYS_SELECT_H
(-)./libpqxx-2.6.9-orig/src/cursor.cxx (+1 lines)
Lines 17-22 Link Here
17
 */
17
 */
18
#include "pqxx/compiler-internal.hxx"
18
#include "pqxx/compiler-internal.hxx"
19
19
20
#include <cstring>
20
#include <cstdlib>
21
#include <cstdlib>
21
22
22
#include "pqxx/cursor"
23
#include "pqxx/cursor"
(-)./libpqxx-2.6.9-orig/src/result.cxx (+2 lines)
Lines 18-23 Link Here
18
#include "pqxx/compiler-internal.hxx"
18
#include "pqxx/compiler-internal.hxx"
19
19
20
#include <stdexcept>
20
#include <stdexcept>
21
#include <cstring>
22
#include <cstdlib>
21
23
22
#include "libpq-fe.h"
24
#include "libpq-fe.h"
23
25
(-)./libpqxx-2.6.9-orig/src/transaction_base.cxx (+1 lines)
Lines 19-24 Link Here
19
#include "pqxx/compiler-internal.hxx"
19
#include "pqxx/compiler-internal.hxx"
20
20
21
#include <stdexcept>
21
#include <stdexcept>
22
#include <cstring>
22
23
23
#include "pqxx/connection_base"
24
#include "pqxx/connection_base"
24
#include "pqxx/result"
25
#include "pqxx/result"

Return to bug 218547