]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/shared_array.hpp
* lib/doc/Makefile.am:
[lyx.git] / boost / boost / shared_array.hpp
index 9216e89c42729f09eafc45ec22555d6c0043a443..eb69c8ed67e25b2a64045c6c0036f160bad87250 100644 (file)
@@ -20,6 +20,8 @@
 #include <boost/detail/shared_array_nmt.hpp>
 #else
 
+#include <memory>             // TR1 cyclic inclusion fix
+
 #include <boost/assert.hpp>
 #include <boost/checked_delete.hpp>