aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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