Add missing time.h header.

This commit fixes compilation on some build systems.
This commit is contained in:
Kacper Michajłow 2015-09-23 21:39:47 +02:00
parent b3905e8075
commit 76bf374546
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#include <string>
#include <sys/stat.h>
#include <sys/types.h>
#include <time.h>
#include <unistd.h>
#include "../dec/decode.h"