mirror of
https://github.com/yse/easy_profiler.git
synced 2024-12-26 16:11:02 +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>
|
# include <sys/time.h>
|
||||||
# endif//__ARM_ARCH
|
# endif//__ARM_ARCH
|
||||||
#endif
|
#endif
|
||||||
|
# ifdef __mips__
|
||||||
|
# include <sys/time.h>
|
||||||
|
# endif//__mips__
|
||||||
|
|
||||||
namespace profiler { namespace clock {
|
namespace profiler { namespace clock {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user