Skip to content

Commit 1abafa4

Browse files
Update math/n_choose_r.cpp
1 parent ac91c01 commit 1abafa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

math/n_choose_r.cpp

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

1313
#include <cassert> /// for assert
14-
#include <cstdint> /// for integral typedefs
14+
#include <cstdint>
1515
#include <iostream> /// for io operations
1616
/**
1717
* @namespace math

0 commit comments

Comments
 (0)