0
0
mirror of https://github.com/yse/easy_profiler.git synced 2024-12-26 08:01:51 +08:00

Fixed compilation error on MIPS. #131

This commit is contained in:
Joël R. Langlois 2018-10-03 12:51:13 +02:00
parent 1eb2fa4fa2
commit 8865aabd70

View File

@ -71,6 +71,9 @@ The Apache License, Version 2.0 (the "License");
# include <sys/time.h>
# endif//__ARM_ARCH
#endif
# ifdef __mips__
# include <sys/time.h>
# endif//__mips__
namespace profiler { namespace clock {