]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/smart_ptr.hpp
Fix HTML output of \gg and \ll
[lyx.git] / boost / boost / smart_ptr.hpp
index 98e08948afd77c0535058d9930d43296dd0525c9..b5e569d8d36780fbd3970bc58e267a450c904d83 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef BOOST_SMART_PTR_HPP_INCLUDED
+#define BOOST_SMART_PTR_HPP_INCLUDED
+
 //
 //  smart_ptr.hpp
 //
@@ -22,4 +25,7 @@
 # include <boost/weak_ptr.hpp>
 # include <boost/intrusive_ptr.hpp>
 # include <boost/enable_shared_from_this.hpp>
+# include <boost/make_shared.hpp>
 #endif
+
+#endif // #ifndef BOOST_SMART_PTR_HPP_INCLUDED