From 6f9db79801075bba4dc917b7bb2e4f63ba9f52d1 Mon Sep 17 00:00:00 2001 From: saschawillems Date: Sat, 11 Feb 2017 09:44:46 +0100 Subject: [PATCH] Missing include --- base/camera.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/camera.hpp b/base/camera.hpp index c6c1a51b..8962424e 100644 --- a/base/camera.hpp +++ b/base/camera.hpp @@ -10,7 +10,7 @@ #define GLM_FORCE_DEPTH_ZERO_TO_ONE #include #include -#include +#include class Camera {