Skip to content

Commit fb13425

Browse files
feat: Include cmath header for mathematical operations in algorithms
Signed-off-by: FrozenlemonTee <1115306170@qq.com>
1 parent 09c57f2 commit fb13425

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/ex07_algorithms.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
* - Program prints a success message and exits with code 0.
1313
*/
1414

15+
#include <cmath>
1516
#include <cstdint>
1617
#include <iostream>
1718
#include <limits>

0 commit comments

Comments
 (0)