Skip to content

Commit 57722cc

Browse files
Update math/fibonacci_sum.cpp
1 parent 0ddbef6 commit 57722cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

math/fibonacci_sum.cpp

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

1515
#include <cassert> /// for assert
16-
#include <cstdint> /// for integral typedefs
16+
#include <cstdint>
1717
#include <iostream> /// for std::cin and std::cout
1818
#include <vector> /// for std::vector
1919

0 commit comments

Comments
 (0)