You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had to add #include <boost/core/noncopyable.hpp> to these
libtorrent/include/libtorrent/proxy_base.hpp
libtorrent/include/libtorrent/kademlia/observer.hpp
The reported error was ./libtorrent/include/libtorrent/proxy_base.hpp:46:1: error: expected class-name before ‘{’ token.
The text was updated successfully, but these errors were encountered:
I had to add
#include <boost/core/noncopyable.hpp>
to theselibtorrent/include/libtorrent/proxy_base.hpp
libtorrent/include/libtorrent/kademlia/observer.hpp
The reported error was
./libtorrent/include/libtorrent/proxy_base.hpp:46:1: error: expected class-name before ‘{’ token
.The text was updated successfully, but these errors were encountered: