Index: libstdc++-v3/include/Makefile.in =================================================================== --- libstdc++-v3/include/Makefile.in (revision 136638) +++ libstdc++-v3/include/Makefile.in (working copy) @@ -389,6 +389,7 @@ bits_headers = \ ${bits_srcdir}/stl_tempbuf.h \ ${bits_srcdir}/stl_tree.h \ ${bits_srcdir}/stl_uninitialized.h \ + ${bits_srcdir}/stl_unique_ptr.h \ ${bits_srcdir}/stl_vector.h \ ${bits_srcdir}/streambuf.tcc \ ${bits_srcdir}/stringfwd.h \ Index: libstdc++-v3/include/std/memory =================================================================== --- libstdc++-v3/include/std/memory (revision 136638) +++ libstdc++-v3/include/std/memory (working copy) @@ -69,6 +69,7 @@ # include # include # include // std::less +# include # include # include # if _GLIBCXX_DEPRECATED Index: libstdc++-v3/include/Makefile.am =================================================================== --- libstdc++-v3/include/Makefile.am (revision 136638) +++ libstdc++-v3/include/Makefile.am (working copy) @@ -136,6 +136,7 @@ bits_headers = \ ${bits_srcdir}/stl_tempbuf.h \ ${bits_srcdir}/stl_tree.h \ ${bits_srcdir}/stl_uninitialized.h \ + ${bits_srcdir}/stl_unique_ptr.h \ ${bits_srcdir}/stl_vector.h \ ${bits_srcdir}/streambuf.tcc \ ${bits_srcdir}/stringfwd.h \