Skip to content

Commit

Permalink
Explicitly include cstdint
Browse files Browse the repository at this point in the history
<3 C++
  • Loading branch information
vt4a2h committed Dec 30, 2023
1 parent 9fef8ad commit b44244c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/writer_default_types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

#include <vector>
#include <string>
#include <cstdint>

#include <fl/writer/writer.hpp>
#include <fl/semigroups/semigroup_std_container.hpp>
Expand Down

0 comments on commit b44244c

Please sign in to comment.