mirror of
https://github.com/yse/easy_profiler.git
synced 2024-12-26 08:01:51 +08:00
Merge pull request #132 from jrlanglois/MIPSFix
Fixed compilation error on MIPS. #131
This commit is contained in:
commit
e2fa76cb15
@ -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 {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user