From 3c325f2e61339e9adfff4274a25f37b02e3196e6 Mon Sep 17 00:00:00 2001 From: Marek Roszko Date: Sun, 15 Jan 2023 20:24:00 -0500 Subject: [PATCH] Add missing include to spacemouse CCommandTreeNode.hpp Required by MSVC in conformance mode --- thirdparty/3dxware_sdk/inc/SpaceMouse/CCommandTreeNode.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/thirdparty/3dxware_sdk/inc/SpaceMouse/CCommandTreeNode.hpp b/thirdparty/3dxware_sdk/inc/SpaceMouse/CCommandTreeNode.hpp index fcb5447ca7..192d6fe98c 100644 --- a/thirdparty/3dxware_sdk/inc/SpaceMouse/CCommandTreeNode.hpp +++ b/thirdparty/3dxware_sdk/inc/SpaceMouse/CCommandTreeNode.hpp @@ -29,6 +29,7 @@ #include #include #include +#include #if !_MSC_VER #pragma GCC diagnostic push