Skip to content

Commit

Permalink
INT64_MIN and INT64_MAX needs cstdint to make the tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
pkeir committed Apr 25, 2024
1 parent 345cf52 commit 77636fa
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 77636fa

Please sign in to comment.