From 81c5d07e39b7faa3157d9530cfcd11c3ca9a9d32 Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Thu, 1 May 2025 11:06:34 +0200 Subject: [PATCH] Fix include error --- Messages/DestroyMsg.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Messages/DestroyMsg.h b/Messages/DestroyMsg.h index dde5f81..19e1901 100644 --- a/Messages/DestroyMsg.h +++ b/Messages/DestroyMsg.h @@ -1,6 +1,7 @@ #pragma once #include "IMessage.h" +#include "Thing.h" namespace RoboidControl {