lagadic / vision_visp

ViSP stack for ROS
http://wiki.ros.org/vision_visp
GNU General Public License v2.0
181 stars 88 forks source link

Fix compilation on 17.04 by adding missing boost/format.hpp inclusion #63

Closed marcoesposito1988 closed 7 years ago

marcoesposito1988 commented 7 years ago

On 17.04 with Lunar, compilation fails because <boost/format.hpp> is missing from the included headers. Probably something changed in Boost. This should not harm the compilation in previous Ubuntu versions.

This was apparently the only fix necessary to compile the whole ViSP in the new environment.. kudos! When can we expect the next bloom release? :innocent:

fspindle commented 7 years ago

Thanks