From fd2cd32262ec86af6777b788508dcb1ce5cac46b Mon Sep 17 00:00:00 2001 From: Abelardo Lopez-Lagunas Date: Wed, 7 Apr 2021 23:33:55 -0400 Subject: [PATCH] Added missing include file (#7808) --- apps/howto_deploy/tvm_runtime_pack.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/howto_deploy/tvm_runtime_pack.cc b/apps/howto_deploy/tvm_runtime_pack.cc index c8778a380233..68a917c20021 100644 --- a/apps/howto_deploy/tvm_runtime_pack.cc +++ b/apps/howto_deploy/tvm_runtime_pack.cc @@ -41,6 +41,7 @@ #include "../../src/runtime/cpu_device_api.cc" #include "../../src/runtime/file_utils.cc" #include "../../src/runtime/library_module.cc" +#include "../../src/runtime/logging.cc" #include "../../src/runtime/module.cc" #include "../../src/runtime/ndarray.cc" #include "../../src/runtime/object.cc"