mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-29 20:14:01 +00:00
Add a missing header (#243)
This commit is contained in:
parent
79c623bece
commit
698ebf13a1
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
// Licensed under the MIT License.
|
||||
|
||||
#include <typeinfo>
|
||||
#include <math.h> //for fabs
|
||||
|
||||
#include "core/framework/data_types.h"
|
||||
#include "core/graph/onnx_protobuf.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue