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
     
    4545#include <boost/shared_ptr.hpp>
    4646#include <boost/intrusive_ptr.hpp>
    4747#include <boost/filesystem/path.hpp>
     48#include <boost/function.hpp>
    4849
    4950#ifdef _MSC_VER
    5051#pragma warning(pop)