aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/version.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/pgsql/version.hxx')
-rw-r--r--odb/pgsql/version.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/odb/pgsql/version.hxx b/odb/pgsql/version.hxx
index 983abb9..40c728a 100644
--- a/odb/pgsql/version.hxx
+++ b/odb/pgsql/version.hxx
@@ -2,6 +2,10 @@
// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
+#ifdef LIBODB_PGSQL_BUILD2
+# include <odb/pgsql/version-build2.hxx>
+#else
+
#ifndef ODB_PGSQL_VERSION_HXX
#define ODB_PGSQL_VERSION_HXX
@@ -42,3 +46,4 @@
#include <odb/post.hxx>
#endif // ODB_PGSQL_VERSION_HXX
+#endif // LIBODB_PGSQL_BUILD2