-
Bug
-
Resolution: Open
-
Medium
-
None
-
None
-
None
boost is required to complete the compilation on android environment.
The problem is inside the file forwarder_interface.h
the solution is:
#ifndef ASIO_STANDALONE
#define ASIO_STANDALONE 1
#endif
before
#include <asio.hpp>