graphlite icon indicating copy to clipboard operation
graphlite copied to clipboard

Small compilation issue

Open Lecrapouille opened this issue 1 year ago • 0 comments

Hi!

Missing #include <stdexcept> in graphlite/lib/dot_parser_cpp/src/parser.cpp

graphlite/lib/dot_parser_cpp/src/parser.cpp:13:24: error: ‘runtime_error’ is not a member of ‘std’
   13 |             throw std::runtime_error("parsing failed");

Lecrapouille avatar Jan 30 '24 18:01 Lecrapouille