aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-07-30 16:05:03 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-07-30 16:05:03 +0200
commit705d9bb3d1a1a74dbecc0ed1fd7b3bd1d1fea1e6 (patch)
tree14f61aed3ef07b97e48fed38391af070d67936a2
parent7fb1a027ae8088295a04c5fb3123e6b566f35639 (diff)
Add missing <odb/post.hxx> includes
-rw-r--r--odb/boost/date-time/mssql/posix-time-traits.hxx2
-rw-r--r--odb/boost/date-time/mysql/posix-time-traits.hxx2
-rw-r--r--odb/boost/date-time/oracle/posix-time-traits.hxx2
-rw-r--r--odb/boost/date-time/pgsql/posix-time-traits.hxx2
-rw-r--r--odb/boost/date-time/sqlite/posix-time-traits.hxx2
5 files changed, 10 insertions, 0 deletions
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 <odb/post.hxx>
+
#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 <odb/post.hxx>
+
#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 <odb/post.hxx>
+
#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 <odb/post.hxx>
+
#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 <odb/post.hxx>
+
#endif // ODB_BOOST_DATE_TIME_SQLITE_POSIX_TIME_TRAITS_HXX