Skip to content

Commit

Permalink
Add cstdint header.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Apr 18, 2024
1 parent e54e459 commit 29f1d12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_store_into.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import argparse;
#else
#include <argparse/argparse.hpp>
#endif
#include <cstdint>
#include <doctest.hpp>

using doctest::test_suite;
Expand Down

0 comments on commit 29f1d12

Please sign in to comment.