aboutsummaryrefslogtreecommitdiff
path: root/odb/odb.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/odb.cxx')
-rw-r--r--odb/odb.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/odb/odb.cxx b/odb/odb.cxx
index 2a14eb9..a4376b5 100644
--- a/odb/odb.cxx
+++ b/odb/odb.cxx
@@ -746,6 +746,11 @@ main (int argc, char* argv[])
<< "# include <tr1/memory>" << endl
<< "#endif" << endl;
+ // Standard wrapper traits.
+ //
+ os << "#include <odb/wrapper-traits.hxx>" << endl
+ << "#include <odb/tr1/wrapper-traits.hxx>" << endl;
+
// Standard pointer traits.
//
os << "#include <odb/pointer-traits.hxx>" << endl