Skip to content

Commit

Permalink
修复include路径错误
Browse files Browse the repository at this point in the history
  • Loading branch information
aurshine committed Nov 24, 2024
1 parent cbd01a0 commit df35804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aurshine/ayr/filesystem.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#elif defined(__APPLE__)
#define AYR_MAC
#include "fs/mac/File.hpp"
#include "/fsmac/Path.hpp"
#include "fs/mac/Path.hpp"
#endif


Expand Down

0 comments on commit df35804

Please sign in to comment.