Index: gazebo-11.1.0/plugins/SimpleTrackedVehiclePlugin.cc =================================================================== --- gazebo-11.1.0.orig/plugins/SimpleTrackedVehiclePlugin.cc +++ gazebo-11.1.0/plugins/SimpleTrackedVehiclePlugin.cc @@ -30,6 +30,7 @@ #include "plugins/SimpleTrackedVehiclePlugin.hh" +#if BOOST_VERSION < 107400 || defined(BOOST_NO_CXX11_HDR_FUNCTIONAL) namespace std { template class hash> { @@ -38,6 +39,7 @@ class hash> { } }; } +#endif namespace gazebo {