From d62cbe7c5b991aef35f64a0a7ca7f62a14864386 Mon Sep 17 00:00:00 2001 From: Victor Roemer Date: Mon, 10 Jun 2024 17:29:23 +0000 Subject: [PATCH 1/2] cake.h: Add #include --- src/common/cake.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/cake.h b/src/common/cake.h index 61fadb2..1d3925d 100644 --- a/src/common/cake.h +++ b/src/common/cake.h @@ -23,6 +23,7 @@ #ifndef __CAKE_H__ #define __CAKE_H__ +#include #include class Cake { From 2e59fe5e13587a512230a19234d24d5219828dec Mon Sep 17 00:00:00 2001 From: Victor Roemer Date: Mon, 10 Jun 2024 17:39:49 +0000 Subject: [PATCH 2/2] attribute.h: Add #include --- src/common/attribute.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/attribute.h b/src/common/attribute.h index 7ad5969..d922f63 100644 --- a/src/common/attribute.h +++ b/src/common/attribute.h @@ -23,6 +23,7 @@ #ifndef __ATTRIBUTE_H__ #define __ATTRIBUTE_H__ +#include #include class Attribute {