From 37070d4127438b90a9c0d84662e47c92ce29b74d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Mu=C3=B1oz=20Escalante?= Date: Mon, 16 Dec 2013 00:56:34 -0500 Subject: [PATCH] Corrected include to default GLFW installation DIR --- src/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.h b/src/common.h index 6156a4f..957f40d 100644 --- a/src/common.h +++ b/src/common.h @@ -12,7 +12,7 @@ #define GLFW_NO_GLU #define GLFW_DLL -#include +#include // NodeJS includes #include