From 79b5b2693f0ff320cbde309dae24ced34d211af3 Mon Sep 17 00:00:00 2001 From: jkriege2 Date: Thu, 21 Jul 2022 12:01:43 +0200 Subject: [PATCH] bugfix: missing include --- lib/jkqtfastplotter/jkqtfastplotter.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/jkqtfastplotter/jkqtfastplotter.h b/lib/jkqtfastplotter/jkqtfastplotter.h index 90d5637846..deb98c494f 100644 --- a/lib/jkqtfastplotter/jkqtfastplotter.h +++ b/lib/jkqtfastplotter/jkqtfastplotter.h @@ -34,6 +34,9 @@ #include #include #include +#include +#include +#include #if (QT_VERSION>=QT_VERSION_CHECK(6, 0, 0)) #include #define JKQTFASTPLOTTER_BASE QOpenGLWidget