summaryrefslogtreecommitdiffstats
path: root/Projects/Asteroids/src/camera.cpp
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-04-16 01:59:04 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-04-16 01:59:04 +0000
commitbe8e5dceefe3b079c6b77e234f73df360a62d28c (patch)
tree1f360ad725ca26083f8d0b6643702a417907c156 /Projects/Asteroids/src/camera.cpp
parentAdded mip generation tests; updated submodules (diff)
downloadDiligentEngine-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.cpp4
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;