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"