aboutsummaryrefslogtreecommitdiff
path: root/bdep/types.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/types.hxx')
-rw-r--r--bdep/types.hxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/bdep/types.hxx b/bdep/types.hxx
index c4aa9b5..4f3ec13 100644
--- a/bdep/types.hxx
+++ b/bdep/types.hxx
@@ -20,6 +20,8 @@
#include <stdexcept> // logic_error, invalid_argument, runtime_error
#include <system_error>
+#include <odb/sqlite/forward.hxx>
+
#include <libbutl/path.mxx>
#include <libbutl/optional.mxx>
#include <libbutl/fdstream.mxx>
@@ -62,6 +64,11 @@ namespace bdep
using std::system_error;
using io_error = std::ios_base::failure;
+ // <odb/sqlite/forward.hxx>
+ //
+ using odb::sqlite::database;
+ using odb::sqlite::transaction;
+
// <libbutl/optional.mxx>
//
using butl::optional;