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
It seems wire_defs.h is missing a couple headers necessary to build
/home/morb/build/metalnes/source/metalnes/wire_defs.h: In function ‘void metalnes::bbox_reset(metalnes::rect&)’:
/home/morb/build/metalnes/source/metalnes/wire_defs.h:67:17: error: ‘numeric_limits’ is not a member of ‘std’
Including stdexcept and limits in the file was enough to get things moving along on Fedora 35 / x86_64 (gcc (GCC) 11.2.1 20220127 (Red Hat 11.2.1-9))
The text was updated successfully, but these errors were encountered:
Hi,
It seems wire_defs.h is missing a couple headers necessary to build
Including
stdexcept
andlimits
in the file was enough to get things moving along on Fedora 35 / x86_64 (gcc (GCC) 11.2.1 20220127 (Red Hat 11.2.1-9))The text was updated successfully, but these errors were encountered: