From 490f3e6890ef3bc271cc64ce50ea083c73cfeafc Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Mon, 29 Jul 2024 15:07:51 -0400 Subject: [PATCH] fix compilation --- tools/lammps-gui/chartviewer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/lammps-gui/chartviewer.h b/tools/lammps-gui/chartviewer.h index e45f64b775..37a26c8b57 100644 --- a/tools/lammps-gui/chartviewer.h +++ b/tools/lammps-gui/chartviewer.h @@ -75,8 +75,8 @@ private: #include #include +#include class QChart; -class QValueAxis; namespace QtCharts { class ChartViewer : public QChartView {