From 068a885bfff64285c4cd30b9b6e7bef6c29e8297 Mon Sep 17 00:00:00 2001 From: Hayodea Hekol Date: Sun, 5 Oct 2025 21:45:45 -0400 Subject: [PATCH] Goal: now is a MentalEntity --- smocore/include/goal.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/smocore/include/goal.h b/smocore/include/goal.h index 690be6b..da161d4 100644 --- a/smocore/include/goal.h +++ b/smocore/include/goal.h @@ -2,11 +2,12 @@ #define _GOAL_H #include +#include namespace smo { class Goal -: public cologex::Concept +: public cologex::Concept, public MentalEntity { public: Goal() = default;