From 6785939db88db3ecc01363dcb9bb9b644475f0f6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 18 Mar 2014 12:50:55 +0200 Subject: Add missing odb/database.hxx include --- odb/schema-catalog.cxx | 1 - odb/schema-catalog.hxx | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/odb/schema-catalog.cxx b/odb/schema-catalog.cxx index 7205ff6..d223647 100644 --- a/odb/schema-catalog.cxx +++ b/odb/schema-catalog.cxx @@ -6,7 +6,6 @@ #include #include -#include #include #include #include diff --git a/odb/schema-catalog.hxx b/odb/schema-catalog.hxx index 8b06a79..7d675fe 100644 --- a/odb/schema-catalog.hxx +++ b/odb/schema-catalog.hxx @@ -17,6 +17,7 @@ #endif #include // schema_version, odb::core +#include #include #include -- cgit v1.1