aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/result.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-08-30 15:51:23 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-08-30 15:51:23 +0200
commit1692b3e82521e7d73a908f532eced90491e1eded (patch)
treec45272faba67485f3702395f43282a81a981cf5f /odb/mysql/result.hxx
parent4452be925b749572f0e3edcb21e9af818647eb55 (diff)
Support for automake and VC++ builds
Diffstat (limited to 'odb/mysql/result.hxx')
-rw-r--r--odb/mysql/result.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/odb/mysql/result.hxx b/odb/mysql/result.hxx
index f800f15..812cb68 100644
--- a/odb/mysql/result.hxx
+++ b/odb/mysql/result.hxx
@@ -6,6 +6,8 @@
#ifndef ODB_MYSQL_RESULT_HXX
#define ODB_MYSQL_RESULT_HXX
+#include <odb/pre.hxx>
+
#include <odb/result.hxx>
#include <odb/mysql/version.hxx>
@@ -52,4 +54,6 @@ namespace odb
#include <odb/mysql/result.txx>
+#include <odb/post.hxx>
+
#endif // ODB_MYSQL_RESULT_HXX