Skip to content

Commit 16d4ed9

Browse files
Update math/factorial.cpp
1 parent cb6ac14 commit 16d4ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

math/factorial.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313

1414
#include <cassert> /// for assert
15-
#include <cstdint> /// for integral typedefs
15+
#include <cstdint>
1616
#include <iostream> /// for I/O operations
1717
/**
1818
* @namespace

0 commit comments

Comments
 (0)