mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
util-math: Use C++ math header
This commit is contained in:
parent
3952c33c60
commit
c94a3fa11f
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
#pragma once
|
||||
#include <inttypes.h>
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
#include <string>
|
||||
#include <utility>
|
||||
|
||||
|
|
Loading…
Reference in a new issue