Fixed C++ simulation build with Boost 1.60 (#49)

This commit is contained in:
Tyler Veness
2016-05-25 22:41:58 -07:00
committed by Peter Johnson
parent 62812faf62
commit 8566878af4
9 changed files with 14 additions and 1 deletions

View File

@@ -7,6 +7,8 @@
#include "limit_switch.h"
#include <boost/algorithm/string/replace.hpp>
GZ_REGISTER_MODEL_PLUGIN(LimitSwitch)
void LimitSwitch::Load(physics::ModelPtr model, sdf::ElementPtr sdf) {