Skip to content

Commit

Permalink
Merge pull request #31 from BenLangmead/fix-array
Browse files Browse the repository at this point in the history
Add <array> header include to data_structure.hpp
  • Loading branch information
ishmeals authored Mar 27, 2024
2 parents 321b6a5 + d5c8afe commit ca78400
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/digest/data_structure.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include <stdint.h>
#include <utility>
#include <vector>
#include <array>

// requirement on all data_structures
// constructor which accepts uint32_t
Expand Down

0 comments on commit ca78400

Please sign in to comment.