diff options
Diffstat (limited to 'boost')
-rw-r--r-- | boost/employee.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/employee.hxx b/boost/employee.hxx index 7540c44..93b1027 100644 --- a/boost/employee.hxx +++ b/boost/employee.hxx @@ -15,7 +15,7 @@ #include <odb/core.hxx> -#include <odb/boost/smart-ptr/lazy-ptr.hxx> +#include <odb/boost/lazy-ptr.hxx> using boost::shared_ptr; using boost::weak_ptr; |