aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/date-time/oracle
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/oracle
parent48f996de004c119ddc1bc43bcd41a7b2764a9f51 (diff)
Add missing <odb/post.hxx> includes
Diffstat (limited to 'odb/qt/date-time/oracle')
-rw-r--r--odb/qt/date-time/oracle/qdate-time-traits.hxx2
-rw-r--r--odb/qt/date-time/oracle/qdate-traits.hxx2
-rw-r--r--odb/qt/date-time/oracle/qtime-traits.hxx2
3 files changed, 6 insertions, 0 deletions
diff --git a/odb/qt/date-time/oracle/qdate-time-traits.hxx b/odb/qt/date-time/oracle/qdate-time-traits.hxx
index febfad0..6750ae1 100644
--- a/odb/qt/date-time/oracle/qdate-time-traits.hxx
+++ b/odb/qt/date-time/oracle/qdate-time-traits.hxx
@@ -132,4 +132,6 @@ namespace odb
}
}
+#include <odb/post.hxx>
+
#endif // ODB_QT_DATE_TIME_ORACLE_QDATETIME_TRAITS_HXX
diff --git a/odb/qt/date-time/oracle/qdate-traits.hxx b/odb/qt/date-time/oracle/qdate-traits.hxx
index cafa58f..f1f5392 100644
--- a/odb/qt/date-time/oracle/qdate-traits.hxx
+++ b/odb/qt/date-time/oracle/qdate-traits.hxx
@@ -72,4 +72,6 @@ namespace odb
}
}
+#include <odb/post.hxx>
+
#endif // ODB_QT_DATE_TIME_ORACLE_QDATE_TRAITS_HXX
diff --git a/odb/qt/date-time/oracle/qtime-traits.hxx b/odb/qt/date-time/oracle/qtime-traits.hxx
index 7b800ac..fe98685 100644
--- a/odb/qt/date-time/oracle/qtime-traits.hxx
+++ b/odb/qt/date-time/oracle/qtime-traits.hxx
@@ -62,4 +62,6 @@ namespace odb
}
}
+#include <odb/post.hxx>
+
#endif // ODB_QT_DATE_TIME_ORACLE_QTIME_TRAITS_HXX