aboutsummaryrefslogtreecommitdiff
path: root/odb
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-06-24 13:04:43 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-06-24 13:04:43 +0200
commite4e7cdf53733fc330488c2ac003bebc2b60871b2 (patch)
treeb727d678592e289020899432902659918a0f2575 /odb
parentcc85f32604ef14b5ee96871287d425f0b3a090ff (diff)
Forward declare libpq type Oid in pgsql-types.hxx
Diffstat (limited to 'odb')
-rw-r--r--odb/pgsql/pgsql-types.hxx2
1 files changed, 2 insertions, 0 deletions
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 <cstddef> // std::size_t
+typedef unsigned int Oid;
+
namespace odb
{
namespace pgsql