Fix compilation errors on Linux

This commit is contained in:
Daniel Chappuis 2016-01-20 21:38:28 +01:00
parent b9112be1dc
commit 538070ac4b
2 changed files with 2 additions and 1 deletions

View File

@ -34,6 +34,7 @@
#include "maths/Vector4.h" #include "maths/Vector4.h"
#include <string> #include <string>
#include <iostream> #include <iostream>
#include <stdexcept>
#include <exception> #include <exception>
#include <GL/glew.h> #include <GL/glew.h>

View File

@ -28,7 +28,7 @@
// Libraries // Libraries
#include "openglframework.h" #include "openglframework.h"
#include "GUI.h" #include "Gui.h"
#include "Scene.h" #include "Scene.h"
#include "Timer.h" #include "Timer.h"
#include <GLFW/glfw3.h> #include <GLFW/glfw3.h>