blob: 80864354794580a87089075f5f0197aa08532e80 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
// file : odb/boost/lazy-ptr.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_BOOST_LAZY_PTR_HXX
#define ODB_BOOST_LAZY_PTR_HXX
#include <odb/boost/smart-ptr/lazy-ptr.hxx>
#endif // ODB_BOOST_LAZY_PTR_HXX
|