Add missing includes

This commit is contained in:
nsubiron 2018-10-26 15:14:26 +02:00
parent e97882264e
commit c015a93558
2 changed files with 8 additions and 0 deletions

View File

@ -14,6 +14,10 @@
MSGPACK_ADD_ENUM(carla::rpc::ActorAttributeType);
#ifdef LIBCARLA_INCLUDED_FROM_UE4
# include "Carla/Actor/ActorAttribute.h"
#endif // LIBCARLA_INCLUDED_FROM_UE4
namespace carla {
namespace rpc {

View File

@ -12,6 +12,10 @@
#include <vector>
#ifdef LIBCARLA_INCLUDED_FROM_UE4
# include "Carla/Actor/ActorDescription.h"
#endif // LIBCARLA_INCLUDED_FROM_UE4
namespace carla {
namespace rpc {