aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/database.hxx
diff options
context:
space:
mode:
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>