aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/date-time/pgsql
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
commitcdca463703de22e87d0d8f995d22f6d95fe89d6c (patch)
treed924ace641c017c265af165a65cd550813c197c8 /odb/qt/date-time/pgsql
parent48f996de004c119ddc1bc43bcd41a7b2764a9f51 (diff)
Add missing <odb/post.hxx> includes
Diffstat (limited to 'odb/qt/date-time/pgsql')
-rw-r--r--odb/qt/date-time/pgsql/qdate-time-traits.hxx2
-rw-r--r--odb/qt/date-time/pgsql/qdate-traits.hxx2
-rw-r--r--odb/qt/date-time/pgsql/qtime-traits.hxx2
3 files changed, 6 insertions, 0 deletions
diff --git a/odb/qt/date-time/pgsql/qdate-time-traits.hxx b/odb/qt/date-time/pgsql/qdate-time-traits.hxx
index 97dbae4..8c836e0 100644
--- a/odb/qt/date-time/pgsql/qdate-time-traits.hxx
+++ b/odb/qt/date-time/pgsql/qdate-time-traits.hxx
@@ -66,4 +66,6 @@ namespace odb
}
}
+#include <odb/post.hxx>
+
#endif // ODB_QT_DATE_TIME_PGSQL_QDATETIME_TRAITS_HXX
diff --git a/odb/qt/date-time/pgsql/qdate-traits.hxx b/odb/qt/date-time/pgsql/qdate-traits.hxx
index 5d831ba..c42c38b 100644
--- a/odb/qt/date-time/pgsql/qdate-traits.hxx
+++ b/odb/qt/date-time/pgsql/qdate-traits.hxx
@@ -64,4 +64,6 @@ namespace odb
}
}
+#include <odb/post.hxx>
+
#endif // ODB_QT_DATE_TIME_PGSQL_QDATE_TRAITS_HXX
diff --git a/odb/qt/date-time/pgsql/qtime-traits.hxx b/odb/qt/date-time/pgsql/qtime-traits.hxx
index caa0622..6f929ea 100644
--- a/odb/qt/date-time/pgsql/qtime-traits.hxx
+++ b/odb/qt/date-time/pgsql/qtime-traits.hxx
@@ -69,4 +69,6 @@ namespace odb
}
}
+#include <odb/post.hxx>
+
#endif // ODB_QT_DATE_TIME_PGSQL_QTIME_TRAITS_HXX