[linux] Fixed compilation

This commit is contained in:
Alex Zolotarev 2012-12-27 11:58:58 +01:00 committed by Alex Zolotarev
parent 7c1ed9bbfc
commit de7eb34c2e
2 changed files with 5 additions and 1 deletions

View file

@ -4,7 +4,8 @@
#include "../std/target_os.hpp"
#include "../std/systime.hpp"
#include "../std/cstdio.hpp"
#include "../std/memcpy.hpp"
namespace my
{

View file

@ -3,6 +3,9 @@
#include "defines_conv.hpp"
#include "opengl.hpp"
// For strlen
#include "../../std/memcpy.hpp"
namespace graphics
{
namespace gl