From 918b670c281d6c481a898184c3d9699ed641fd1e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 6 Sep 2010 14:22:05 +0200 Subject: Add mysql.h inclusion wrapper --- odb/mysql/mysql.hxx | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 odb/mysql/mysql.hxx diff --git a/odb/mysql/mysql.hxx b/odb/mysql/mysql.hxx new file mode 100644 index 0000000..2988870 --- /dev/null +++ b/odb/mysql/mysql.hxx @@ -0,0 +1,22 @@ +/* file : odb/mysql/mysql.hxx + * author : Boris Kolpackov + * copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC + * license : GNU GPL v2; see accompanying LICENSE file + */ + +#ifndef ODB_MYSQL_MYSQL_HXX +#define ODB_MYSQL_MYSQL_HXX + +#include + +#ifdef _WIN32 +# include +#endif + +#ifdef LIBODB_MYSQL_INCLUDE_SHORT +# include +#else +# include +#endif + +#endif // ODB_MYSQL_MYSQL_HXX -- cgit v1.1