Skip to content

Commit

Permalink
include session_options.h in default_providers.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
HectorSVC committed Dec 20, 2023
1 parent 9a91bb8 commit fa46d7b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions onnxruntime/test/util/default_providers.cc
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@
#include "core/providers/coreml/coreml_provider_factory.h"
#endif
#include "core/session/onnxruntime_cxx_api.h"
#include "core/framework/session_options.h"

namespace onnxruntime {

struct SessionOptions;

namespace test {

std::unique_ptr<IExecutionProvider> DefaultCpuExecutionProvider(bool enable_arena) {
Expand Down

0 comments on commit fa46d7b

Please sign in to comment.