Skip to content

Commit

Permalink
Merge pull request #165 from JacobLevinson/fix-incomplete-type-error
Browse files Browse the repository at this point in the history
Fix invalid use of incomplete type error by including <array>
  • Loading branch information
tinebp authored Aug 3, 2024
2 parents c00368b + 3b81a32 commit 3d51b8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/common/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

#include <cstdint>
#include <unordered_map>
#include <array>

#define CACHE_BLOCK_SIZE 64

Expand Down

0 comments on commit 3d51b8b

Please sign in to comment.