diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-04-29 15:28:11 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-04-29 15:28:11 +0200 |
commit | 900e5844abcab2cbd131f8595e3f0b2706625964 (patch) | |
tree | 3a26403b44a53246820ce3815e8b6fe7c26d6cfc | |
parent | c6d9dc0b7cbed43b8fcca891ddded06f66a0a798 (diff) |
Add missing #include
-rw-r--r-- | odb/polymorphic-info.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/odb/polymorphic-info.hxx b/odb/polymorphic-info.hxx index 349f062..eb444ca 100644 --- a/odb/polymorphic-info.hxx +++ b/odb/polymorphic-info.hxx @@ -7,6 +7,8 @@ #include <odb/pre.hxx> +#include <typeinfo> + #include <odb/forward.hxx> // database #include <odb/traits.hxx> |