Skip to content

Commit cb6ac14

Browse files
Update math/eulers_totient_function.cpp
1 parent cb98ef5 commit cb6ac14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

math/eulers_totient_function.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*/
2727

2828
#include <cassert> /// for assert
29-
#include <cstdint> /// for integral typedefs
29+
#include <cstdint>
3030
#include <iostream> /// for IO operations
3131

3232
/**

0 commit comments

Comments
 (0)