Add missing include in WheelPhysicsControl.h

This commit is contained in:
Vaan5 2020-05-04 08:16:41 +02:00 committed by bernat
parent e78ccc6852
commit 06cbfa673d
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
* Added API function `add_angular_impulse()` to add angular impulse to any actor
* Fixed rain drop spawn issues when spawning camera sensors
* Fixed Update.sh from failing when the root folder contains a space on it
* Fixed missing include directive
## CARLA 0.9.9

View File

@ -7,6 +7,7 @@
#pragma once
#include "carla/MsgPack.h"
#include "carla/geom/Vector3D.h"
namespace carla {
namespace rpc {