diff --git a/easy_profiler_core/current_time.h b/easy_profiler_core/current_time.h index 5a612c3..cd59d79 100644 --- a/easy_profiler_core/current_time.h +++ b/easy_profiler_core/current_time.h @@ -71,6 +71,9 @@ The Apache License, Version 2.0 (the "License"); # include # endif//__ARM_ARCH #endif +# ifdef __mips__ +# include +# endif//__mips__ namespace profiler { namespace clock {