Skip to content

Commit

Permalink
fix: onnxruntime include
Browse files Browse the repository at this point in the history
  • Loading branch information
neko-para committed Sep 28, 2023
1 parent d6bef2a commit 4d4ecc5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion source/MaaFramework/Resource/ONNXResMgr.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include <filesystem>
#include <memory>

#include <onnxruntime/core/session/onnxruntime_cxx_api.h>
#include <onnxruntime/onnxruntime_cxx_api.h>

MAA_RES_NS_BEGIN

Expand Down
2 changes: 1 addition & 1 deletion source/MaaFramework/Vision/Classifier.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "Classifier.h"

#include <onnxruntime/core/session/onnxruntime_cxx_api.h>
#include <onnxruntime/onnxruntime_cxx_api.h>

#include "Utils/NoWarningCV.hpp"
#include "Utils/Ranges.hpp"
Expand Down
2 changes: 1 addition & 1 deletion source/MaaFramework/Vision/Classifier.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <ostream>
#include <vector>

#include <onnxruntime/core/session/onnxruntime_cxx_api.h>
#include <onnxruntime/onnxruntime_cxx_api.h>

#include "VisionBase.h"
#include "VisionTypes.h"
Expand Down
2 changes: 1 addition & 1 deletion source/MaaFramework/Vision/Detector.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "Detector.h"

#include <onnxruntime/core/session/onnxruntime_cxx_api.h>
#include <onnxruntime/onnxruntime_cxx_api.h>

#include "Utils/NoWarningCV.hpp"
#include "Utils/Ranges.hpp"
Expand Down
2 changes: 1 addition & 1 deletion source/MaaFramework/Vision/Detector.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <ostream>
#include <vector>

#include <onnxruntime/core/session/onnxruntime_cxx_api.h>
#include <onnxruntime/onnxruntime_cxx_api.h>

#include "VisionBase.h"
#include "VisionTypes.h"
Expand Down

0 comments on commit 4d4ecc5

Please sign in to comment.