Missing stdexcept include needed for `std::out_of_range`.
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.