Fixed an included header (OpenGL GAL).

This commit is contained in:
Maciej Suminski 2016-05-02 16:12:14 +02:00
parent e2c8e07344
commit 52c698ab11
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
#include <confirm.h>
#include <GL/gl.h>
#include <GL/glew.h>
#include <cassert>
int checkGlError( const std::string& aInfo )