Merge pull request #2564 from MaaXYZ/fix/config_including

fix: config including
This commit is contained in:
Jiang-Jia-Jun
2025-01-10 13:54:06 +08:00
committed by GitHub

View File

@@ -13,6 +13,7 @@
// limitations under the License. // limitations under the License.
#include "fastdeploy/runtime/enum_variables.h" #include "fastdeploy/runtime/enum_variables.h"
#include "fastdeploy/core/config.h"
namespace fastdeploy { namespace fastdeploy {
std::ostream& operator<<(std::ostream& out, const Backend& backend) { std::ostream& operator<<(std::ostream& out, const Backend& backend) {