add missing <string> and <cmath> includes

This commit is contained in:
Reinhold Gschweicher
2022-02-24 22:57:28 +01:00
parent a79f75285f
commit 999888eaf8
4 changed files with 4 additions and 0 deletions

View File

@@ -55,6 +55,7 @@
#include <iostream>
#include <typeinfo>
#include <algorithm>
#include <cmath> // std::pow
/*********************
* DEFINES