From 3e7e99c8ea5b06971af0b9789f5dfaa4b35955ed Mon Sep 17 00:00:00 2001
From: Boris Kolpackov <boris@codesynthesis.com>
Date: Sun, 27 Mar 2011 15:41:11 +0200
Subject: Add missing header include

---
 mapping/database.hxx | 1 +
 1 file changed, 1 insertion(+)

(limited to 'mapping')

diff --git a/mapping/database.hxx b/mapping/database.hxx
index 3bb4b62..7920d93 100644
--- a/mapping/database.hxx
+++ b/mapping/database.hxx
@@ -19,6 +19,7 @@
 #if defined(DATABASE_MYSQL)
 #  include <odb/mysql/database.hxx>
 #elif defined(DATABASE_SQLITE)
+#  include <odb/transaction.hxx>
 #  include <odb/schema-catalog.hxx>
 #  include <odb/sqlite/database.hxx>
 #endif
-- 
cgit v1.1