mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 18:46:18 +00:00
t/ht: Fix include path for onnxruntime
This commit is contained in:
parent
0b74b3abe8
commit
d7d5af1972
|
@ -39,7 +39,7 @@
|
|||
#include <stdint.h>
|
||||
|
||||
#include <opencv2/opencv.hpp>
|
||||
#include <core/session/onnxruntime_c_api.h>
|
||||
#include <onnxruntime_c_api.h>
|
||||
|
||||
#include "kine/kinematic_interface.hpp"
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include "rgb_image_math.hpp"
|
||||
#include "rgb_nms.hpp"
|
||||
|
||||
#include <core/session/onnxruntime_c_api.h>
|
||||
#include <onnxruntime_c_api.h>
|
||||
|
||||
#include <filesystem>
|
||||
#include <array>
|
||||
|
|
Loading…
Reference in a new issue