Skip to content

Commit 78cb6ea

Browse files
Update math/check_factorial.cpp
1 parent 35b6bfc commit 78cb6ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

math/check_factorial.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* @author [ewd00010](https://github.com/ewd00010)
1111
*/
1212
#include <cassert> /// for assert
13-
#include <cstdint> /// for integral typedefs
13+
#include <cstdint>
1414
#include <iostream> /// for cout
1515

1616
/**

0 commit comments

Comments
 (0)