aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-08-03 14:11:50 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-08-03 14:11:50 +0200
commit4a10b51f8cba871c594e4eefd9540a6d008cd957 (patch)
treef0a1e02bbe4f3984093977c4e7d9c97b4fecd732
parentb7c60c2cb44226fac7537dc4e8942666dffe4d52 (diff)
Include the version header
-rw-r--r--odb/mysql/header.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/odb/mysql/header.cxx b/odb/mysql/header.cxx
index 65221f8..6274476 100644
--- a/odb/mysql/header.cxx
+++ b/odb/mysql/header.cxx
@@ -421,6 +421,7 @@ namespace mysql
<< "#include <odb/traits.hxx>" << endl
<< "#include <odb/buffer.hxx>" << endl
<< endl
+ << "#include <odb/mysql/version.hxx>" << endl
<< "#include <odb/mysql/forward.hxx>" << endl
<< endl;