util-math: Use C++ math header
This commit is contained in:
parent
3952c33c60
commit
c94a3fa11f
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
#pragma once
|
||||
#include <inttypes.h>
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
#include <string>
|
||||
#include <utility>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue