From ed7e0bc6da03ea6e3f0d0271c01b2c65aae2d4ea Mon Sep 17 00:00:00 2001 From: Reinder Feenstra Date: Sun, 19 Jan 2025 15:07:23 +0100 Subject: [PATCH] fix: missing include --- server/src/hardware/protocol/withrottle/kernel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/server/src/hardware/protocol/withrottle/kernel.cpp b/server/src/hardware/protocol/withrottle/kernel.cpp index ad504bfd..5f47efbd 100644 --- a/server/src/hardware/protocol/withrottle/kernel.cpp +++ b/server/src/hardware/protocol/withrottle/kernel.cpp @@ -29,6 +29,7 @@ #include "../../throttle/throttlecontroller.hpp" #include "../../../core/eventloop.hpp" #include "../../../core/method.tpp" +#include "../../../core/objectproperty.tpp" #include "../../../clock/clock.hpp" #include "../../../log/log.hpp" #include "../../../log/logmessageexception.hpp"