ports/graphics/displaz/patches/patch-src_render_Annotation_cpp

11 lines
333 B
Text

Index: src/render/Annotation.cpp
--- src/render/Annotation.cpp.orig
+++ src/render/Annotation.cpp
@@ -10,6 +10,7 @@
#include <QColor>
#include <QImage>
#include <QPainter>
+#include <QPainterPath>
/// Creates and returns a texture containing some text.
static std::unique_ptr<Texture> makeTextureFromText(const QString& text)