ros2 / rmw_iceoryx

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

Add stdexcept to resolve compilation error #103

Closed naga-karupi closed 8 months ago

naga-karupi commented 8 months ago

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

naga-karupi commented 8 months ago

std::runtime_error needs this.