From 460ae4344a87e69988519eae0a2b4444426374ce Mon Sep 17 00:00:00 2001 From: Joey Kleingers Date: Wed, 9 Oct 2024 14:59:45 -0400 Subject: [PATCH] Fix compile errors. Signed-off-by: Joey Kleingers --- src/simplnx/DataStructure/DataObject.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/simplnx/DataStructure/DataObject.hpp b/src/simplnx/DataStructure/DataObject.hpp index 592a37c70d..c1405a3441 100644 --- a/src/simplnx/DataStructure/DataObject.hpp +++ b/src/simplnx/DataStructure/DataObject.hpp @@ -10,6 +10,7 @@ #include #include #include +#include #include namespace nx::core