Fix include error

This commit is contained in:
Pascal Serrarens 2025-05-01 11:06:34 +02:00
parent 8d778ab41e
commit 81c5d07e39

View File

@ -1,6 +1,7 @@
#pragma once #pragma once
#include "IMessage.h" #include "IMessage.h"
#include "Thing.h"
namespace RoboidControl { namespace RoboidControl {