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
../cpptrace-src/src/binary/object.cpp: In function 'std::string cpptrace::detail::get_module_name(HMODULE)':
../cpptrace-src/src/binary/object.cpp:119:51: error: 'system_error' is not a member of 'std'
119 | std::fprintf(stderr, "%s\n", std::system_error(GetLastError(), std::system_category()).what());
An #include <system_error> is missing in src/binary/object.cpp`
The text was updated successfully, but these errors were encountered:
An
#include <system_error> is missing in
src/binary/object.cpp`The text was updated successfully, but these errors were encountered: