From dd521f13aa731e224a062aacf4a6bb013c346bc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20Hellstr=C3=B6mer?= Date: Sun, 8 Sep 2024 21:24:22 +0200 Subject: [PATCH] Added missing includes --- sources/titleblock/templateview.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sources/titleblock/templateview.h b/sources/titleblock/templateview.h index 67a816459..d670a0be1 100644 --- a/sources/titleblock/templateview.h +++ b/sources/titleblock/templateview.h @@ -19,6 +19,8 @@ #define TITLEBLOCK_SLASH_TEMPLATE_VIEW_H #include "../titleblocktemplate.h" +#include +#include #include class HelperCell; class SplittedHelperCell;