12 lines
221 B
Text
12 lines
221 B
Text
|
Index: src/tiled/mapobjectitem.h
|
||
|
--- src/tiled/mapobjectitem.h.orig
|
||
|
+++ src/tiled/mapobjectitem.h
|
||
|
@@ -23,6 +23,7 @@
|
||
|
|
||
|
#include <QCoreApplication>
|
||
|
#include <QGraphicsItem>
|
||
|
+#include <QPainterPath>
|
||
|
|
||
|
namespace Tiled {
|
||
|
|