diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2018-01-19 17:05:04 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2018-01-19 17:05:04 +0000 |
| commit | c2e99b91c06d26690b79fc548a5e1d2bc90591c8 (patch) | |
| tree | f726feda9c9d389274bc7f60295d08e2e0869eaa /Graphics/GraphicsTools | |
| parent | Update README.md (diff) | |
| download | DiligentCore-c2e99b91c06d26690b79fc548a5e1d2bc90591c8.tar.gz DiligentCore-c2e99b91c06d26690b79fc548a5e1d2bc90591c8.zip | |
Enabled MacOS build
Diffstat (limited to 'Graphics/GraphicsTools')
| -rw-r--r-- | Graphics/GraphicsTools/src/GraphicsUtilities.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsTools/src/GraphicsUtilities.cpp b/Graphics/GraphicsTools/src/GraphicsUtilities.cpp index 67af25b1..7b987947 100644 --- a/Graphics/GraphicsTools/src/GraphicsUtilities.cpp +++ b/Graphics/GraphicsTools/src/GraphicsUtilities.cpp @@ -26,7 +26,7 @@ #include "DebugUtilities.h" #include "GraphicsAccessories.h" #include <algorithm> -#include <math.h> +#include <cmath> #define PI_F 3.1415926f |
