diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-04-16 01:59:04 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-04-16 01:59:04 +0000 |
| commit | be8e5dceefe3b079c6b77e234f73df360a62d28c (patch) | |
| tree | 1f360ad725ca26083f8d0b6643702a417907c156 /Projects/Asteroids/src/camera.cpp | |
| parent | Added mip generation tests; updated submodules (diff) | |
| download | DiligentEngine-be8e5dceefe3b079c6b77e234f73df360a62d28c.tar.gz DiligentEngine-be8e5dceefe3b079c6b77e234f73df360a62d28c.zip | |
Fixed build issues in VS2019
Diffstat (limited to 'Projects/Asteroids/src/camera.cpp')
| -rw-r--r-- | Projects/Asteroids/src/camera.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Projects/Asteroids/src/camera.cpp b/Projects/Asteroids/src/camera.cpp index ac5ceec..042444f 100644 --- a/Projects/Asteroids/src/camera.cpp +++ b/Projects/Asteroids/src/camera.cpp @@ -8,9 +8,11 @@ // Intel does not assume any responsibility for any errors which may appear in this software // nor any responsibility to update it. +#include <algorithm> +#include <cmath> + #include "camera.h" #include "util.h" -#include <algorithm> using namespace DirectX; |
