Skip to content

Commit 0ddbef6

Browse files
Update math/fibonacci_matrix_exponentiation.cpp
1 parent af35499 commit 0ddbef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

math/fibonacci_matrix_exponentiation.cpp

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

1515
#include <cassert>
16-
#include <cstdint> /// for integral typedefs
16+
#include <cstdint>
1717
#include <iostream>
1818
#include <vector>
1919

0 commit comments

Comments
 (0)