Skip to content

Commit a7c8741

Browse files
Update math/finding_number_of_digits_in_a_number.cpp
1 parent 57722cc commit a7c8741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

math/finding_number_of_digits_in_a_number.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
#include <cassert> /// for assert
2020
#include <cmath> /// for log calculation
21-
#include <cstdint> /// for integral typedefs
21+
#include <cstdint>
2222
#include <iostream> /// for IO operations
2323

2424
/**

0 commit comments

Comments
 (0)