From 806fa7790d4c079edc0cad80822df3203359c879 Mon Sep 17 00:00:00 2001 From: unknown <1310440+hemirt@users.noreply.github.com> Date: Thu, 17 Oct 2024 15:37:36 +0200 Subject: [PATCH] missing include --- src/widgets/Notebook.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/widgets/Notebook.hpp b/src/widgets/Notebook.hpp index ac6c4dad7..23888ae61 100644 --- a/src/widgets/Notebook.hpp +++ b/src/widgets/Notebook.hpp @@ -2,6 +2,7 @@ #include "widgets/BaseWidget.hpp" +#include #include #include #include