Skip to content

Commit

Permalink
Merge pull request #1393 from nikitasigal/fix-core-checksum-header-path
Browse files Browse the repository at this point in the history
fix: incorrect header path for Checksum.h
  • Loading branch information
lingol authored Sep 3, 2024
2 parents 0142f0b + 270c8a3 commit 3624d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/MMKV_OSX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
# endif

# ifdef __aarch64__
# include "Checksum.h"
# include "crc32/Checksum.h"
# endif

# if __has_feature(objc_arc)
Expand Down

0 comments on commit 3624d0e

Please sign in to comment.