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