Compilation fix 2

This commit is contained in:
Nekotekina 2014-08-29 16:21:23 +04:00
parent 0be2728e19
commit 12f4f35cfa
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ void strcpy_trunc(char (&dst)[size], const std::string& src)
#include <cmath>
#include <stdlib.h>
#include <cstdint>
#include <stat.h>
#ifndef __APPLE__
#include <malloc.h>