From 9c27fbe417f6be969e936335821580c0f37ed580 Mon Sep 17 00:00:00 2001 From: wiechula <11199190+wiechula@users.noreply.github.com> Date: Wed, 29 Nov 2023 10:24:43 +0100 Subject: [PATCH] Add missing include for newer compilers --- occ/occlib/RuntimeControlledObject.h | 1 + 1 file changed, 1 insertion(+) diff --git a/occ/occlib/RuntimeControlledObject.h b/occ/occlib/RuntimeControlledObject.h index c898667ca..3002606da 100644 --- a/occ/occlib/RuntimeControlledObject.h +++ b/occ/occlib/RuntimeControlledObject.h @@ -26,6 +26,7 @@ #ifndef OCC_RUNTIMECONTROLLEDOBJECT_H #define OCC_RUNTIMECONTROLLEDOBJECT_H +#include #include "OccState.h" #include "occ_export.h"