Skip to content

Commit bf9ab62

Browse files
authored
Update fibonacci_fast.cpp
1 parent cff62a1 commit bf9ab62

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

math/fibonacci_fast.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
#include <cstdio> /// for standard IO
2020
#include <iostream> /// for IO operations
2121
#include <cassert> /// for assert
22-
#include <string> /// for function about string
22+
#include <string> /// for std::to_string
23+
#include <stdexcept> /// for std::invalid_argument
2324

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

0 commit comments

Comments
 (0)