Skip to content

Commit 4a03c62

Browse files
Fix compilation failure with gcc >= 13 (TheAlgorithms#2702)
For testing - https://godbolt.org/z/6WWh3zs9G Co-authored-by: realstealthninja <[email protected]>
1 parent af72fab commit 4a03c62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

math/extended_euclid_algorithm.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
*/
1212
#include <algorithm> // for swap function
1313
#include <iostream>
14+
#include <cstdint>
1415

1516
/**
1617
* function to update the coefficients per iteration

0 commit comments

Comments
 (0)