Closed incebellipipo closed 2 years ago
Two simple issues are fixed with this commit:
std::out_of_range
#include <stdexcept>
I fixed these errors together with some other things, in a recent commit. Thank you!
Two simple issues are fixed with this commit:
std::out_of_range
exception is inside the#include <stdexcept>
. If its not included, gcc11 throws an error. The library included in StonefishCommon.h file.