mirror of https://github.com/google/brotli
Add missing time.h header.
This commit fixes compilation on some build systems.
This commit is contained in:
parent
b3905e8075
commit
76bf374546
|
@ -20,6 +20,7 @@
|
|||
#include <string>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "../dec/decode.h"
|
||||
|
|
Loading…
Reference in New Issue