Skip to content

Commit 35b6bfc

Browse files
Update math/aliquot_sum.cpp
1 parent 229bb39 commit 35b6bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

math/aliquot_sum.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121

2222
#include <cassert> /// for assert
23-
#include <cstdint> /// for integral typedefs
23+
#include <cstdint>
2424
#include <iostream> /// for IO operations
2525

2626
/**

0 commit comments

Comments
 (0)