From de7eb34c2ef2aac404e6a9c777b77527735ed7be Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Thu, 27 Dec 2012 11:58:58 +0100 Subject: [PATCH] [linux] Fixed compilation --- base/timer.cpp | 3 ++- graphics/opengl/shader.cpp | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/base/timer.cpp b/base/timer.cpp index 1a93925b88..afc92bd0ea 100644 --- a/base/timer.cpp +++ b/base/timer.cpp @@ -4,7 +4,8 @@ #include "../std/target_os.hpp" #include "../std/systime.hpp" - +#include "../std/cstdio.hpp" +#include "../std/memcpy.hpp" namespace my { diff --git a/graphics/opengl/shader.cpp b/graphics/opengl/shader.cpp index c54a019432..52e78ff259 100644 --- a/graphics/opengl/shader.cpp +++ b/graphics/opengl/shader.cpp @@ -3,6 +3,9 @@ #include "defines_conv.hpp" #include "opengl.hpp" +// For strlen +#include "../../std/memcpy.hpp" + namespace graphics { namespace gl