From e4e7cdf53733fc330488c2ac003bebc2b60871b2 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Fri, 24 Jun 2011 13:04:43 +0200 Subject: Forward declare libpq type Oid in pgsql-types.hxx --- odb/pgsql/pgsql-types.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'odb') diff --git a/odb/pgsql/pgsql-types.hxx b/odb/pgsql/pgsql-types.hxx index c24aad7..3abd4fc 100644 --- a/odb/pgsql/pgsql-types.hxx +++ b/odb/pgsql/pgsql-types.hxx @@ -10,6 +10,8 @@ #include // std::size_t +typedef unsigned int Oid; + namespace odb { namespace pgsql -- cgit v1.1