Ticket #21931: fix-boost-function-header.patch
File fix-boost-function-header.patch, 455 bytes (added by martin@…, 15 years ago) |
---|
-
libtorrent/include/libtorrent/storage.hpp
diff -urN libtorrent/include/libtorrent/storage.hpp libtorrent/include/libtorrent/storage.hpp
45 45 #include <boost/shared_ptr.hpp> 46 46 #include <boost/intrusive_ptr.hpp> 47 47 #include <boost/filesystem/path.hpp> 48 #include <boost/function.hpp> 48 49 49 50 #ifdef _MSC_VER 50 51 #pragma warning(pop)