From d8bfbd451d14b7891b43e88541704f69fe8ccd33 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 29 Feb 2012 17:08:36 +0200 Subject: Support for C++11 containers (array, forward_list, unordered) --- odb/container-traits.hxx | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'odb/container-traits.hxx') diff --git a/odb/container-traits.hxx b/odb/container-traits.hxx index c54af06..85cf512 100644 --- a/odb/container-traits.hxx +++ b/odb/container-traits.hxx @@ -8,6 +8,7 @@ #include #include +#include // ODB_CXX11 namespace odb { @@ -194,4 +195,11 @@ namespace odb #include #include +#ifdef ODB_CXX11 +# include +# include +# include +# include +#endif + #endif // ODB_CONTAINER_TRAITS_HXX -- cgit v1.1