Skip to content

Commit a443dbb

Browse files
committed
main: add missing <cmath> include for std::pow
1 parent 1b0169e commit a443dbb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
#include <iostream>
5656
#include <typeinfo>
5757
#include <algorithm>
58+
#include <cmath> // std::pow
5859

5960
/*********************
6061
* DEFINES

0 commit comments

Comments
 (0)