Include required base/time.h to use Time class in fs_unix.h

This commit is contained in:
David Capello 2015-03-04 19:33:54 -03:00
parent f3309ec52b
commit f0ab007144

View File

@ -16,6 +16,7 @@
#endif
#include "base/path.h"
#include "base/time.h"
#define MAXPATHLEN 1024