mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Fixed C++ simulation build with Boost 1.60 (#49)
This commit is contained in:
committed by
Peter Johnson
parent
62812faf62
commit
8566878af4
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user