Closed ecorm closed 2 years ago
connector.hpp does not #include <system_error>, which may cause a compilation error on this line.
connector.hpp
#include <system_error>
Fixed in 487bd06485c40bb0426b8d5f198dcc06c0b271fe.
connector.hpp
does not#include <system_error>
, which may cause a compilation error on this line.