From 8865aabd707654ea60d72c83db21440dfe53ffc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=ABl=20R=2E=20Langlois?= Date: Wed, 3 Oct 2018 12:51:13 +0200 Subject: [PATCH] Fixed compilation error on MIPS. #131 --- easy_profiler_core/current_time.h | 3 +++ 1 file changed, 3 insertions(+) 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 {