Skip to content

Commit

Permalink
Merge pull request #41 from pkeir/master
Browse files Browse the repository at this point in the history
INT64_MIN and INT64_MAX needs cstdint to make the tests.
  • Loading branch information
kthohr authored Apr 28, 2024
2 parents 345cf52 + 77636fa commit fb06a7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/gcem_tests.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <iomanip>
#include <string>
#include <functional>
#include <cstdint> // INT64_MIN and INT64_MAX

#include "gcem.hpp"

Expand Down

0 comments on commit fb06a7b

Please sign in to comment.