From f776df6076725d14679b31168e3ede53c966182e Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 31 Oct 2017 22:11:18 +0000 Subject: renaming base folder --- yage/yage.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'yage/yage.cpp') diff --git a/yage/yage.cpp b/yage/yage.cpp index a141d9aa..68acac5a 100644 --- a/yage/yage.cpp +++ b/yage/yage.cpp @@ -10,6 +10,7 @@ #include +#include #include namespace yage @@ -17,7 +18,7 @@ namespace yage void glfwErrorCallback(int, const char *description) { - fprintf(stderr, "ERROR: %s\n", description); + std::cerr << "ERROR: %s\n" << description; } void init() -- cgit