Skip to content

Commit

Permalink
Merge pull request #2564 from MaaXYZ/fix/config_including
Browse files Browse the repository at this point in the history
fix: config including
  • Loading branch information
Jiang-Jia-Jun authored Jan 10, 2025
2 parents 97e541e + 227cc37 commit f968fdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastdeploy/runtime/enum_variables.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit f968fdf

Please sign in to comment.