diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-02-18 11:00:54 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-02-18 11:00:54 +0200 |
commit | d906e9690115f131af34c923264b2fd90150e4b0 (patch) | |
tree | b8b92b4b7219ddd308a64d1b087ae23dde6d9bd2 | |
parent | 07165840b9dced3dc0c48d9ab4a24b54c5cdacfb (diff) |
Add boost/lazy-ptr.hxx shortcut header
-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; |