rosflight / rosflight_ros_pkgs

ROS packages for the ROSflight autopilot
http://rosflight.org/
BSD 3-Clause "New" or "Revised" License
86 stars 56 forks source link

add includes for std libs to fix build #61

Closed enyg closed 6 years ago

enyg commented 6 years ago

This allows rosflight to build under Arch linux. (Other platforms are probably affected as well.) cerr was being used in mavlink_comm.cpp without including iostream.