fix compilation

This commit is contained in:
Axel Kohlmeyer 2024-07-29 15:07:51 -04:00
parent 9c937113fd
commit 490f3e6890
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 1 additions and 1 deletions

View File

@ -75,8 +75,8 @@ private:
#include <QChartView>
#include <QLineSeries>
#include <QValueAxis>
class QChart;
class QValueAxis;
namespace QtCharts {
class ChartViewer : public QChartView {