diff --git a/cbits/ort.h b/cbits/ort.h index 52d81b3..31eae66 100644 --- a/cbits/ort.h +++ b/cbits/ort.h @@ -1,4 +1,4 @@ -#include +#include ORT_API_STATUS(OrtSessionOptionsAppendExecutionProvider_CPU, _In_ OrtSessionOptions* options, int use_arena) ORT_ALL_ARGS_NONNULL; ORT_API_STATUS(OrtSessionOptionsAppendExecutionProvider_Tensorrt, _In_ OrtSessionOptions* options, int device_id);