From 508a8baf850dbad59fc0578356d1a9327f27e911 Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Mon, 9 Mar 2020 13:52:20 +0100 Subject: Add missing QPainterPath includes Apparently QPainterPath was transitively included from some other header before. With current qtbase, it is not anymore and the old code fails to compile. Change-Id: I2de3cd72e3cd33a4537f8156298fc757182907fa Reviewed-by: Fabian Kosmale --- tools/qmleasing/splineeditor.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/qmleasing') diff --git a/tools/qmleasing/splineeditor.cpp b/tools/qmleasing/splineeditor.cpp index e4d4562bee..c1afbbb441 100644 --- a/tools/qmleasing/splineeditor.cpp +++ b/tools/qmleasing/splineeditor.cpp @@ -36,6 +36,7 @@ #include #include #include +#include const int canvasWidth = 640; const int canvasHeight = 320; -- cgit v1.2.3