Skip to content

Commit

Permalink
修复arm linux下编译失败
Browse files Browse the repository at this point in the history
  • Loading branch information
dignfei committed May 17, 2024
1 parent 6eace3f commit 489caf9
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 489caf9

Please sign in to comment.