Merge pull request #165 from JacobLevinson/fix-incomplete-type-error

Fix invalid use of incomplete type error by including <array>
This commit is contained in:
tinebp 2024-08-02 19:52:23 -07:00 committed by GitHub
commit 3d51b8bcfd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,6 +21,7 @@
#include <cstdint>
#include <unordered_map>
#include <array>
#define CACHE_BLOCK_SIZE 64