fix build by including EntityItem.h

This commit is contained in:
Andrew Meadows 2017-04-12 14:45:57 -07:00
parent e60a28620d
commit 0cc6763617

View file

@ -13,6 +13,8 @@
#include "Camera.h"
#include <EntityItem.h>
// TODO: come up with a better name than "FancyCamera"
class FancyCamera : public Camera {
Q_OBJECT