Skip to content

Commit

Permalink
Merge pull request #452 from a-n-n-a-l-e-e/include-cstdint
Browse files Browse the repository at this point in the history
array.H: include cstdint to fix llvm 12+ build
  • Loading branch information
dawa79 authored Jan 25, 2024
2 parents 431c19b + 924b71f commit d89e27e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/hobbes/util/array.H
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#define HOBBES_UTIL_ARRAY_HPP_INCLUDED

#include <algorithm>
#include <cstdint>
#include <cstring>
#include <functional>
#include <map>
Expand Down

0 comments on commit d89e27e

Please sign in to comment.