From 705d9bb3d1a1a74dbecc0ed1fd7b3bd1d1fea1e6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 30 Jul 2012 16:05:03 +0200 Subject: Add missing includes --- odb/boost/date-time/mssql/posix-time-traits.hxx | 2 ++ odb/boost/date-time/mysql/posix-time-traits.hxx | 2 ++ odb/boost/date-time/oracle/posix-time-traits.hxx | 2 ++ odb/boost/date-time/pgsql/posix-time-traits.hxx | 2 ++ odb/boost/date-time/sqlite/posix-time-traits.hxx | 2 ++ 5 files changed, 10 insertions(+) diff --git a/odb/boost/date-time/mssql/posix-time-traits.hxx b/odb/boost/date-time/mssql/posix-time-traits.hxx index dbfd233..666e9b9 100644 --- a/odb/boost/date-time/mssql/posix-time-traits.hxx +++ b/odb/boost/date-time/mssql/posix-time-traits.hxx @@ -190,4 +190,6 @@ namespace odb } } +#include + #endif // ODB_BOOST_DATE_TIME_MSSQL_POSIX_TIME_TRAITS_HXX diff --git a/odb/boost/date-time/mysql/posix-time-traits.hxx b/odb/boost/date-time/mysql/posix-time-traits.hxx index fcfa6b3..df79cef 100644 --- a/odb/boost/date-time/mysql/posix-time-traits.hxx +++ b/odb/boost/date-time/mysql/posix-time-traits.hxx @@ -180,4 +180,6 @@ namespace odb } } +#include + #endif // ODB_BOOST_DATE_TIME_MYSQL_POSIX_TIME_TRAITS_HXX diff --git a/odb/boost/date-time/oracle/posix-time-traits.hxx b/odb/boost/date-time/oracle/posix-time-traits.hxx index 0ac1411..93b2ee4 100644 --- a/odb/boost/date-time/oracle/posix-time-traits.hxx +++ b/odb/boost/date-time/oracle/posix-time-traits.hxx @@ -233,4 +233,6 @@ namespace odb } } +#include + #endif // ODB_BOOST_DATE_TIME_ORACLE_POSIX_TIME_TRAITS_HXX diff --git a/odb/boost/date-time/pgsql/posix-time-traits.hxx b/odb/boost/date-time/pgsql/posix-time-traits.hxx index 12dca0c..eca2022 100644 --- a/odb/boost/date-time/pgsql/posix-time-traits.hxx +++ b/odb/boost/date-time/pgsql/posix-time-traits.hxx @@ -165,4 +165,6 @@ namespace odb } } +#include + #endif // ODB_BOOST_DATE_TIME_PGSQL_POSIX_TIME_TRAITS_HXX diff --git a/odb/boost/date-time/sqlite/posix-time-traits.hxx b/odb/boost/date-time/sqlite/posix-time-traits.hxx index d71d0ba..e53c019 100644 --- a/odb/boost/date-time/sqlite/posix-time-traits.hxx +++ b/odb/boost/date-time/sqlite/posix-time-traits.hxx @@ -234,4 +234,6 @@ namespace odb } } +#include + #endif // ODB_BOOST_DATE_TIME_SQLITE_POSIX_TIME_TRAITS_HXX -- cgit v1.1