The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

t/ht: Fix include path for onnxruntime

authored by

Ryan Pavlik and committed by
Moses Turner
d7d5af19 0b74b3ab

+2 -2
+1 -1
src/xrt/tracking/hand/mercury/hg_sync.hpp
··· 39 39 #include <stdint.h> 40 40 41 41 #include <opencv2/opencv.hpp> 42 - #include <core/session/onnxruntime_c_api.h> 42 + #include <onnxruntime_c_api.h> 43 43 44 44 #include "kine/kinematic_interface.hpp" 45 45
+1 -1
src/xrt/tracking/hand/old_rgb/rgb_model.hpp
··· 17 17 #include "rgb_image_math.hpp" 18 18 #include "rgb_nms.hpp" 19 19 20 - #include <core/session/onnxruntime_c_api.h> 20 + #include <onnxruntime_c_api.h> 21 21 22 22 #include <filesystem> 23 23 #include <array>