From 8e37944c342f6be71d10941a926f453ec364bd7e Mon Sep 17 00:00:00 2001 From: MattKC <34096995+itsmattkc@users.noreply.github.com> Date: Thu, 12 Dec 2024 09:21:10 -0800 Subject: [PATCH] use more correct include header --- app/mainwindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/mainwindow.h b/app/mainwindow.h index 053265f..cb8c99e 100644 --- a/app/mainwindow.h +++ b/app/mainwindow.h @@ -3,12 +3,12 @@ #include #include +#include #include #include #include #include #include -#include #include "objectmodel.h" #include "panel.h"