Skip to content

Commit af35499

Browse files
Update math/fibonacci.cpp
1 parent 16d4ed9 commit af35499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

math/fibonacci.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* @see fibonacci_large.cpp, fibonacci_fast.cpp, string_fibonacci.cpp
1010
*/
1111
#include <cassert>
12-
#include <cstdint> /// for integral typedefs
12+
#include <cstdint>
1313
#include <iostream>
1414
/**
1515
* Recursively compute sequences

0 commit comments

Comments
 (0)