diff options
-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> |