ros2 / rmw_iceoryx

rmw implementation for iceoryx
Apache License 2.0
156 stars 27 forks source link

Add stdexcept to resolve compilation error #103

Closed naga-karupi closed 1 year ago

naga-karupi commented 1 year ago

When I compile this project I get a compilation error. So I added #include <stdexcept>

naga-karupi commented 1 year ago

std::runtime_error needs this.