From 2a0f391113e6fdbb42d66f6cefdfc86ad77f832d Mon Sep 17 00:00:00 2001 From: dingusdev <52434309+dingusdev@users.noreply.github.com> Date: Sun, 17 Dec 2023 20:04:10 -0700 Subject: [PATCH] Compilation fix for machineproperties.cpp --- machines/machineproperties.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/machines/machineproperties.cpp b/machines/machineproperties.cpp index 107b63a..41e20fc 100644 --- a/machines/machineproperties.cpp +++ b/machines/machineproperties.cpp @@ -22,6 +22,7 @@ along with this program. If not, see . #include "machineproperties.h" #include +#include #include #include #include