Skip to content

Commit edd97fd

Browse files
committed
fix build break
1 parent 06f9da7 commit edd97fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

onnxruntime/test/providers/io_binding_test.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,14 @@
1313
#include <fstream>
1414
#include <random>
1515

16+
#include "core/graph/model.h"
1617
#include "core/framework/tensorprotoutils.h"
1718
#include "core/session/IOBinding.h"
1819

1920
#include "test/unittest_util/framework_test_utils.h"
21+
#include "test/providers/provider_test_utils.h"
2022
#include "test/util/include/default_providers.h"
23+
#include "test/test_environment.h"
2124

2225
using namespace ONNX_NAMESPACE;
2326

0 commit comments

Comments
 (0)