From 823ae7b3fa25832d1cd9d7613c650bfc712d1f49 Mon Sep 17 00:00:00 2001 From: Malcolm Nixon Date: Sat, 13 Apr 2024 17:26:46 -0400 Subject: Rework XR Trackers to have a common ancestor. Allow creation of XRNode3D to drive node positions and visibility. --- modules/webxr/webxr_interface.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/webxr/webxr_interface.cpp') diff --git a/modules/webxr/webxr_interface.cpp b/modules/webxr/webxr_interface.cpp index c3efebef0f..4795fcdcd6 100644 --- a/modules/webxr/webxr_interface.cpp +++ b/modules/webxr/webxr_interface.cpp @@ -29,6 +29,7 @@ /**************************************************************************/ #include "webxr_interface.h" +#include "webxr_interface.compat.inc" #include -- cgit v1.2.3