Skip to content

Commit

Permalink
add missing <array> header file (#2464)
Browse files Browse the repository at this point in the history
  • Loading branch information
apwojcik authored Nov 22, 2023
1 parent 2414885 commit dd34e4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/include/test.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

#include <atomic>
#include <algorithm>
#include <array>
#include <cassert>
#include <cstdio>
#include <cstdlib>
Expand Down

0 comments on commit dd34e4b

Please sign in to comment.