From 6586a59e63d089f38503656949d7aa8734ca8924 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 27 Nov 2017 23:59:42 +0300 Subject: Add support for build2 build --- odb/mysql/version.hxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'odb/mysql/version.hxx') diff --git a/odb/mysql/version.hxx b/odb/mysql/version.hxx index 70f760f..232c215 100644 --- a/odb/mysql/version.hxx +++ b/odb/mysql/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_MYSQL_BUILD2 +# include +#else + #ifndef ODB_MYSQL_VERSION_HXX #define ODB_MYSQL_VERSION_HXX @@ -55,3 +59,4 @@ #include #endif // ODB_MYSQL_VERSION_HXX +#endif // LIBODB_MYSQL_BUILD2 -- cgit v1.1