Fix Qt 5.15 build issues (#5498)

Add missing QPainterPath includes
This commit is contained in:
Johannes Lorenz
2020-05-18 18:58:48 +02:00
committed by GitHub
parent 737fcd3e55
commit 29a5abc30b
4 changed files with 4 additions and 0 deletions

View File

@@ -24,6 +24,7 @@
#define EQSPECTRUMVIEW_H
#include <QPainter>
#include <QPainterPath>
#include <QWidget>
#include "fft_helpers.h"