Skip to content

Commit cff62a1

Browse files
authored
Update fibonacci_fast.cpp to try to pass some CI test
1 parent c85115f commit cff62a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

math/fibonacci_fast.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include <cstdio> /// for standard IO
2020
#include <iostream> /// for IO operations
2121
#include <cassert> /// for assert
22+
#include <string> /// for function about string
2223

2324
/**
2425
* @brief Maximum Fibonacci number that can be computed

0 commit comments

Comments
 (0)