mirror of
https://github.com/yse/easy_profiler.git
synced 2024-12-27 00:31:02 +08:00
Fixed compilation error on MIPS. #131
This commit is contained in:
parent
1eb2fa4fa2
commit
8865aabd70
@ -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