Closed alexdewar closed 3 years ago
When compiling on gcc v10, compilation fails for src/pangolin_viewer/color_scheme.cc as std::runtime_error is used without the requisite header being included. Fix this.
src/pangolin_viewer/color_scheme.cc
std::runtime_error
When compiling on gcc v10, compilation fails for
src/pangolin_viewer/color_scheme.cc
asstd::runtime_error
is used without the requisite header being included. Fix this.