blob: eb1ffab8dc128b006d0f9bd004b13ca0d5374ac8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
Index: /trunk/include/pqxx/util.hxx
===================================================================
--- ./include/pqxx/util.hxx (revision 1638)
+++ ./include/pqxx/util.hxx (revision 1665)
@@ -33,4 +33,6 @@
#include <memory>
#endif
+
+#include "pqxx/strconv"
Index: /trunk/include/pqxx/cursor.hxx
===================================================================
--- ./include/pqxx/cursor.hxx (revision 1559)
+++ ./include/pqxx/cursor.hxx (revision 1665)
@@ -308,5 +308,5 @@
transaction_base &trans,
const PGSTD::string adopted_cursor) :
- m_cur(trans, adopted_cursor, up, op)
+ m_cur(trans, adopted_cursor, op)
{
// Put cursor in known position
|