From 0de77bcdfcee8fbcf958c15af7b690767c6ee01c Mon Sep 17 00:00:00 2001 From: HENRY Benjamin Date: Wed, 9 Jun 2021 15:00:01 +0200 Subject: [PATCH] readded one include --- sources/System/Health/HealthSystem.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/System/Health/HealthSystem.cpp b/sources/System/Health/HealthSystem.cpp index 07e247ee..1f9ab156 100644 --- a/sources/System/Health/HealthSystem.cpp +++ b/sources/System/Health/HealthSystem.cpp @@ -3,6 +3,7 @@ // Edited by Benjamin Henry on 2021-05-20. // +#include #include #include "HealthSystem.hpp" #include "Component/Health/HealthComponent.hpp"