From 72da91d9ec56fb80e1528520e74a04ec3a4d2274 Mon Sep 17 00:00:00 2001 From: Andrey Tkachenko Date: Mon, 1 Feb 2021 17:45:44 +0400 Subject: [PATCH] Update ort.h --- cbits/ort.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);