Add missing include in WheelPhysicsControl.h
This commit is contained in:
parent
e78ccc6852
commit
06cbfa673d
|
@ -3,6 +3,7 @@
|
||||||
* Added API function `add_angular_impulse()` to add angular impulse to any actor
|
* Added API function `add_angular_impulse()` to add angular impulse to any actor
|
||||||
* Fixed rain drop spawn issues when spawning camera sensors
|
* Fixed rain drop spawn issues when spawning camera sensors
|
||||||
* Fixed Update.sh from failing when the root folder contains a space on it
|
* Fixed Update.sh from failing when the root folder contains a space on it
|
||||||
|
* Fixed missing include directive
|
||||||
|
|
||||||
## CARLA 0.9.9
|
## CARLA 0.9.9
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "carla/MsgPack.h"
|
#include "carla/MsgPack.h"
|
||||||
|
#include "carla/geom/Vector3D.h"
|
||||||
|
|
||||||
namespace carla {
|
namespace carla {
|
||||||
namespace rpc {
|
namespace rpc {
|
||||||
|
|
Loading…
Reference in New Issue