MinGW64 complains about clock, include time.h

This commit is contained in:
Antony Riakiotakis 2015-02-03 12:31:39 +01:00
parent 488b342741
commit 7345d558f9

@ -33,6 +33,7 @@
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <time.h>
#include "MEM_guardedalloc.h"