aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/database.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-08-03 14:07:00 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-08-03 14:07:00 +0200
commitc67f076c75a36877ce142dc43a1ed2292ab8117a (patch)
treeb3c22bccede309dbc5dbbff883d503a7b086e4e0 /odb/mysql/database.hxx
parent7f528c0bc15ad9b192a61636aec59ece84f35a12 (diff)
Add version inclusion, other cosmetic changes
Diffstat (limited to 'odb/mysql/database.hxx')
-rw-r--r--odb/mysql/database.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/odb/mysql/database.hxx b/odb/mysql/database.hxx
index 4263baa..fe9ed05 100644
--- a/odb/mysql/database.hxx
+++ b/odb/mysql/database.hxx
@@ -6,14 +6,15 @@
#ifndef ODB_MYSQL_DATABASE_HXX
#define ODB_MYSQL_DATABASE_HXX
+#include <mysql/mysql.h>
+
#include <string>
#include <memory> // std::auto_ptr
-#include <mysql/mysql.h>
-
#include <odb/shared-ptr.hxx>
#include <odb/database.hxx>
+#include <odb/mysql/version.hxx>
#include <odb/mysql/forward.hxx>
#include <odb/mysql/connection.hxx>
#include <odb/mysql/connection-factory.hxx>