mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
Fix invalid use of incomplete type error by including <array>
This commit is contained in:
parent
c00368b7c6
commit
3b81a32b12
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
|
||||
#include <cstdint>
|
||||
#include <unordered_map>
|
||||
#include <array>
|
||||
|
||||
#define CACHE_BLOCK_SIZE 64
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue