aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/basic
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/basic
parent48f996de004c119ddc1bc43bcd41a7b2764a9f51 (diff)
Add missing <odb/post.hxx> includes
Diffstat (limited to 'odb/qt/basic')
-rw-r--r--odb/qt/basic/mssql/qbyte-array-traits.hxx2
-rw-r--r--odb/qt/basic/mysql/qbyte-array-traits.hxx2
-rw-r--r--odb/qt/basic/oracle/qbyte-array-traits.hxx2
-rw-r--r--odb/qt/basic/pgsql/qbyte-array-traits.hxx2
-rw-r--r--odb/qt/basic/sqlite/qbyte-array-traits.hxx2
5 files changed, 10 insertions, 0 deletions
diff --git a/odb/qt/basic/mssql/qbyte-array-traits.hxx b/odb/qt/basic/mssql/qbyte-array-traits.hxx
index e581be8..6b2f77d 100644
--- a/odb/qt/basic/mssql/qbyte-array-traits.hxx
+++ b/odb/qt/basic/mssql/qbyte-array-traits.hxx
@@ -173,4 +173,6 @@ namespace odb
}
}
+#include <odb/post.hxx>
+
#endif // ODB_QT_BASIC_MSSQL_QBYTE_ARRAY_TRAITS_HXX
diff --git a/odb/qt/basic/mysql/qbyte-array-traits.hxx b/odb/qt/basic/mysql/qbyte-array-traits.hxx
index a7ce2a0..5de3510 100644
--- a/odb/qt/basic/mysql/qbyte-array-traits.hxx
+++ b/odb/qt/basic/mysql/qbyte-array-traits.hxx
@@ -74,4 +74,6 @@ namespace odb
}
}
+#include <odb/post.hxx>
+
#endif // ODB_QT_BASIC_MYSQL_QBYTE_ARRAY_TRAITS_HXX
diff --git a/odb/qt/basic/oracle/qbyte-array-traits.hxx b/odb/qt/basic/oracle/qbyte-array-traits.hxx
index 11654b8..f14c6b5 100644
--- a/odb/qt/basic/oracle/qbyte-array-traits.hxx
+++ b/odb/qt/basic/oracle/qbyte-array-traits.hxx
@@ -163,4 +163,6 @@ namespace odb
}
}
+#include <odb/post.hxx>
+
#endif // ODB_QT_BASIC_ORACLE_QBYTE_ARRAY_TRAITS_HXX
diff --git a/odb/qt/basic/pgsql/qbyte-array-traits.hxx b/odb/qt/basic/pgsql/qbyte-array-traits.hxx
index 72a149c..27e6fe5 100644
--- a/odb/qt/basic/pgsql/qbyte-array-traits.hxx
+++ b/odb/qt/basic/pgsql/qbyte-array-traits.hxx
@@ -73,4 +73,6 @@ namespace odb
}
}
+#include <odb/post.hxx>
+
#endif // ODB_QT_BASIC_PGSQL_QBYTE_ARRAY_TRAITS_HXX
diff --git a/odb/qt/basic/sqlite/qbyte-array-traits.hxx b/odb/qt/basic/sqlite/qbyte-array-traits.hxx
index 54339f4..ae4b53f 100644
--- a/odb/qt/basic/sqlite/qbyte-array-traits.hxx
+++ b/odb/qt/basic/sqlite/qbyte-array-traits.hxx
@@ -73,4 +73,6 @@ namespace odb
}
}
+#include <odb/post.hxx>
+
#endif // ODB_QT_BASIC_SQLITE_QBYTE_ARRAY_TRAITS_HXX