util-math: Use C++ math header

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2018-12-23 19:57:07 +01:00
parent 3952c33c60
commit c94a3fa11f

View file

@ -19,7 +19,7 @@
#pragma once
#include <inttypes.h>
#include <math.h>
#include <cmath>
#include <string>
#include <utility>