Fix invalid use of incomplete type error by including <array>

This commit is contained in:
Jacob Levinson 2024-08-02 18:25:56 -07:00
parent c00368b7c6
commit 3b81a32b12

View file

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