From 227cc37a7b5bee043b3874a8359895e9e19350fe Mon Sep 17 00:00:00 2001 From: MistEO Date: Thu, 21 Nov 2024 16:01:39 +0800 Subject: [PATCH] fix: config including --- fastdeploy/runtime/enum_variables.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/fastdeploy/runtime/enum_variables.cc b/fastdeploy/runtime/enum_variables.cc index 40e998946b..cf7f6dd5ad 100644 --- a/fastdeploy/runtime/enum_variables.cc +++ b/fastdeploy/runtime/enum_variables.cc @@ -13,6 +13,7 @@ // limitations under the License. #include "fastdeploy/runtime/enum_variables.h" +#include "fastdeploy/core/config.h" namespace fastdeploy { std::ostream& operator<<(std::ostream& out, const Backend& backend) {