From 7257b517ad9e184068f33135dc9792db8a34387e Mon Sep 17 00:00:00 2001 From: Chris Hennes Date: Tue, 3 Sep 2024 18:07:01 -0500 Subject: [PATCH] 3DConnexion: Add missing #include --- src/3rdParty/3Dconnexion/inc/SpaceMouse/CCommandTreeNode.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/3rdParty/3Dconnexion/inc/SpaceMouse/CCommandTreeNode.hpp b/src/3rdParty/3Dconnexion/inc/SpaceMouse/CCommandTreeNode.hpp index ee33856097..752467f638 100644 --- a/src/3rdParty/3Dconnexion/inc/SpaceMouse/CCommandTreeNode.hpp +++ b/src/3rdParty/3Dconnexion/inc/SpaceMouse/CCommandTreeNode.hpp @@ -20,6 +20,7 @@ // stdlib #include +#include #include #include