aboutsummaryrefslogtreecommitdiff
path: root/brep/view
diff options
context:
space:
mode:
Diffstat (limited to 'brep/view')
-rw-r--r--brep/view3
1 files changed, 3 insertions, 0 deletions
diff --git a/brep/view b/brep/view
index 9b3030e..69c7d3c 100644
--- a/brep/view
+++ b/brep/view
@@ -7,6 +7,8 @@
#include <memory> // shared_ptr
+#include <odb/database.hxx>
+
#include <brep/module>
#include <brep/options>
@@ -23,6 +25,7 @@ namespace brep
private:
std::shared_ptr<view_options> options_;
+ std::shared_ptr<odb::core::database> db_;
};
}