From 15bbf8f9b128c4fdab9803b21d7c3cd3beaf8f1a Mon Sep 17 00:00:00 2001 From: WolframRhodium Date: Thu, 25 Apr 2024 10:39:29 +0800 Subject: [PATCH] vstrt/win32.cpp: fix trt header --- vstrt/win32.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vstrt/win32.cpp b/vstrt/win32.cpp index 1dd4ffc..25f3723 100644 --- a/vstrt/win32.cpp +++ b/vstrt/win32.cpp @@ -10,7 +10,7 @@ #include -#include +#include #if NV_TENSORRT_VERSION >= 100001 #define CONCAT_VERSION(name, version) (name "_" #version ".dll")