Added cmath include as suggested for Slackware

This commit is contained in:
Matthias Koefferlein 2022-08-18 20:22:02 +02:00
parent 7ffdc211e5
commit a81bca43a6
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@
#include "tlAssert.h"
#include <cstddef>
#include <cmath>
#include <string>
#include <vector>
#include <iterator>