ports/editors/tiled/patches/patch-src_tiled_objectselectiontool_cpp

12 lines
258 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: src/tiled/objectselectiontool.cpp
--- src/tiled/objectselectiontool.cpp.orig
+++ src/tiled/objectselectiontool.cpp
@@ -52,6 +52,7 @@
#include <QMenu>
#include <QTransform>
#include <QUndoStack>
+#include <QPainterPath>
#include "qtcompat_p.h"