diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-06-24 13:04:43 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-06-24 13:04:43 +0200 |
commit | e4e7cdf53733fc330488c2ac003bebc2b60871b2 (patch) | |
tree | b727d678592e289020899432902659918a0f2575 | |
parent | cc85f32604ef14b5ee96871287d425f0b3a090ff (diff) |
Forward declare libpq type Oid in pgsql-types.hxx
-rw-r--r-- | odb/pgsql/pgsql-types.hxx | 2 |
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 |