From b672d4d6e53140e4f28e126140242ed8582f6fa1 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Thu, 18 Apr 2019 15:11:42 +0000 Subject: [PATCH] epee: use boost/timer/timer.hpp, boost/timer.hpp is deprecated --- contrib/epee/include/math_helper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/epee/include/math_helper.h b/contrib/epee/include/math_helper.h index 35b649972..ddc1f7f4b 100644 --- a/contrib/epee/include/math_helper.h +++ b/contrib/epee/include/math_helper.h @@ -32,7 +32,7 @@ #include #include -#include +#include #include #include