From 3e7e99c8ea5b06971af0b9789f5dfaa4b35955ed Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 27 Mar 2011 15:41:11 +0200 Subject: Add missing header include --- boost/database.hxx | 1 + composite/database.hxx | 1 + container/database.hxx | 1 + hello/database.hxx | 1 + inverse/database.hxx | 1 + mapping/database.hxx | 1 + query/database.hxx | 1 + relationship/database.hxx | 1 + template/database.hxx | 1 + 9 files changed, 9 insertions(+) diff --git a/boost/database.hxx b/boost/database.hxx index 98dd3f9..2856468 100644 --- a/boost/database.hxx +++ b/boost/database.hxx @@ -19,6 +19,7 @@ #if defined(DATABASE_MYSQL) # include #elif defined(DATABASE_SQLITE) +# include # include # include #endif diff --git a/composite/database.hxx b/composite/database.hxx index 80047a8..52010cc 100644 --- a/composite/database.hxx +++ b/composite/database.hxx @@ -19,6 +19,7 @@ #if defined(DATABASE_MYSQL) # include #elif defined(DATABASE_SQLITE) +# include # include # include #endif diff --git a/container/database.hxx b/container/database.hxx index 1f56099..78d0e17 100644 --- a/container/database.hxx +++ b/container/database.hxx @@ -19,6 +19,7 @@ #if defined(DATABASE_MYSQL) # include #elif defined(DATABASE_SQLITE) +# include # include # include #endif diff --git a/hello/database.hxx b/hello/database.hxx index 1bdd454..0d382e4 100644 --- a/hello/database.hxx +++ b/hello/database.hxx @@ -19,6 +19,7 @@ #if defined(DATABASE_MYSQL) # include #elif defined(DATABASE_SQLITE) +# include # include # include #endif diff --git a/inverse/database.hxx b/inverse/database.hxx index 91ffb34..087a059 100644 --- a/inverse/database.hxx +++ b/inverse/database.hxx @@ -19,6 +19,7 @@ #if defined(DATABASE_MYSQL) # include #elif defined(DATABASE_SQLITE) +# include # include # include #endif 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 #elif defined(DATABASE_SQLITE) +# include # include # include #endif diff --git a/query/database.hxx b/query/database.hxx index 781c1a7..a8abef1 100644 --- a/query/database.hxx +++ b/query/database.hxx @@ -19,6 +19,7 @@ #if defined(DATABASE_MYSQL) # include #elif defined(DATABASE_SQLITE) +# include # include # include #endif diff --git a/relationship/database.hxx b/relationship/database.hxx index 3ad6394..79d3a8c 100644 --- a/relationship/database.hxx +++ b/relationship/database.hxx @@ -19,6 +19,7 @@ #if defined(DATABASE_MYSQL) # include #elif defined(DATABASE_SQLITE) +# include # include # include #endif diff --git a/template/database.hxx b/template/database.hxx index 698a64a..231dfcc 100644 --- a/template/database.hxx +++ b/template/database.hxx @@ -19,6 +19,7 @@ #if defined(DATABASE_MYSQL) # include #elif defined(DATABASE_SQLITE) +# include # include # include #endif -- cgit v1.1