Skip to content

Missing stdexcept include needed for `std::out_of_range`.

Karol Krizka requested to merge missing-include into devel

Compilation of ClassRegistry fails on newer compilers (GCC 10) due to a missing definition of std::out_of_range. This add the stdexcept include, where it is defined, explicitly to the file.

Merge request reports