diff --git a/plugins/SimpleTrackedVehiclePlugin.cc b/plugins/SimpleTrackedVehiclePlugin.cc index f7890c0ed0..bd21fa61f4 100644 --- a/plugins/SimpleTrackedVehiclePlugin.cc +++ b/plugins/SimpleTrackedVehiclePlugin.cc @@ -18,6 +18,8 @@ #include #include +#include + #include #include @@ -29,6 +31,7 @@ #include "plugins/SimpleTrackedVehiclePlugin.hh" +#if BOOST_VERSION < 107400 namespace std { template class hash> { @@ -37,6 +40,7 @@ class hash> { } }; } +#endif namespace gazebo {