Skip to content

Commit 229bb39

Browse files
Update math/n_bonacci.cpp
1 parent cd84f82 commit 229bb39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

math/n_bonacci.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717

1818
#include <cassert> /// for assert
19-
#include <cstdint> /// for integral typedefs
19+
#include <cstdint>
2020
#include <iostream> /// for std::cout
2121
#include <vector> /// for std::vector
2222
/**

0 commit comments

Comments
 (0)