Skip to content

Commit

Permalink
Merge pull request #2874 from dignfei/master
Browse files Browse the repository at this point in the history
修复arm linux下编译失败
  • Loading branch information
jxt1234 authored May 22, 2024
2 parents 6eace3f + 489caf9 commit d2287f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/core/FileLoader.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
#define MNN_FileLoader_hpp
#include <vector>
#include <mutex>
#include <string>

#include "core/AutoStorage.h"
namespace MNN {
class MNN_PUBLIC FileLoader {
Expand Down

0 comments on commit d2287f2

Please sign in to comment.