From 41fc910ca2b0e4949ddd6c1dfcd47d3566f54a98 Mon Sep 17 00:00:00 2001 From: Reinder Feenstra Date: Thu, 5 Jun 2025 23:16:46 +0200 Subject: [PATCH] fix: missing include --- server/src/throttle/scriptthrottle.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/server/src/throttle/scriptthrottle.cpp b/server/src/throttle/scriptthrottle.cpp index 65b59c6f..3fe36f94 100644 --- a/server/src/throttle/scriptthrottle.cpp +++ b/server/src/throttle/scriptthrottle.cpp @@ -22,6 +22,7 @@ #include "scriptthrottle.hpp" #include "../core/attributes.hpp" #include "../core/method.tpp" +#include "../core/objectproperty.tpp" #include "../train/train.hpp" #include "../world/world.hpp"