aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odb/boost/lazy-ptr.hxx11
1 files changed, 11 insertions, 0 deletions
diff --git a/odb/boost/lazy-ptr.hxx b/odb/boost/lazy-ptr.hxx
new file mode 100644
index 0000000..8086435
--- /dev/null
+++ b/odb/boost/lazy-ptr.hxx
@@ -0,0 +1,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