ecorm / cppwamp

C++ client library for the WAMP protocol.
Boost Software License 1.0
35 stars 9 forks source link

connector.hpp does not include <system_error> #109

Closed ecorm closed 2 years ago

ecorm commented 7 years ago

connector.hpp does not #include <system_error>, which may cause a compilation error on this line.

ecorm commented 2 years ago

Fixed in 487bd06485c40bb0426b8d5f198dcc06c0b271fe.