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) {