diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-06 15:16:20 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-10 10:31:58 +0200 |
commit | 4ad996e116e78dd5f03c1ec47df2d380f6e23a68 (patch) | |
tree | 487c3ccb5f29e1a32a48076ba5162c71f7ea04aa | |
parent | 50949840e7b6dde2ce421ebd35965b41bddb5a74 (diff) |
tracker/neuralnet: fix build
-rw-r--r-- | tracker-neuralnet/ftnoir_tracker_neuralnet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-neuralnet/ftnoir_tracker_neuralnet.h b/tracker-neuralnet/ftnoir_tracker_neuralnet.h index 9b481186..3ca607c2 100644 --- a/tracker-neuralnet/ftnoir_tracker_neuralnet.h +++ b/tracker-neuralnet/ftnoir_tracker_neuralnet.h @@ -27,7 +27,7 @@ #include <cinttypes> #include <array> -#include <onnxruntime_cxx_api.h> +#include <onnxruntime/core/session/onnxruntime_cxx_api.h> #include <opencv2/core.hpp> #include <opencv2/core/types.hpp> |