From a3f0af62c94f74ed8516277f1b16b498a02eab4f Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Mon, 6 Nov 2023 15:33:40 +0100 Subject: [PATCH] Fixed include --- Motor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Motor.h b/Motor.h index 8eb277c..a0833be 100644 --- a/Motor.h +++ b/Motor.h @@ -1,6 +1,6 @@ #pragma once -#include +#include "Thing.h" class Motor : public Thing { public: