Skip to content

Commit 49a5538

Browse files
authored
Update modular_inverse_fermat_little_theorem.cpp
1 parent 94ca136 commit 49a5538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

math/modular_inverse_fermat_little_theorem.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
*/
4545

4646
#include <cassert> /// for assert
47-
#include <cstdint> /// for int64_t
47+
#include <cstdint> /// for std::int64_t
4848
#include <iostream> /// for IO implementations
4949

5050
/**

0 commit comments

Comments
 (0)