Core/Transports: Added missing include

This commit is contained in:
Shauren
2013-10-18 20:16:27 +02:00
parent 38b682d7a8
commit e21eef5c4a

View File

@@ -29,6 +29,7 @@
#include "Vehicle.h"
#include "MapReference.h"
#include "Player.h"
#include "Cell.h"
Transport::Transport() : GameObject(),
_transportInfo(NULL), _isMoving(true), _pendingStop(false)