From 8a78e678b7df0bf8221280f0058e2db0381b3ffa Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 21 Sep 2017 23:42:30 +0100 Subject: #11: Building, #10: Added GLFW --- yage/base/glslprogram.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yage/base/glslprogram.h') diff --git a/yage/base/glslprogram.h b/yage/base/glslprogram.h index fbe5ac5c..545dbe54 100644 --- a/yage/base/glslprogram.h +++ b/yage/base/glslprogram.h @@ -9,7 +9,7 @@ #ifndef GLSL_PROGRAM_H #define GLSL_PROGRAM_H -#include +#include #include -- cgit