aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-04-18 15:11:42 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-04-18 15:12:34 +0000
commitb672d4d6e53140e4f28e126140242ed8582f6fa1 (patch)
tree9334521c6548580f35a719049d944308fe0e39d9 /contrib
parentMerge pull request #5415 (diff)
downloadmonero-b672d4d6e53140e4f28e126140242ed8582f6fa1.tar.xz
epee: use boost/timer/timer.hpp, boost/timer.hpp is deprecated
Diffstat (limited to 'contrib')
-rw-r--r--contrib/epee/include/math_helper.h2
1 files changed, 1 insertions, 1 deletions
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 <list>
#include <numeric>
-#include <boost/timer.hpp>
+#include <boost/timer/timer.hpp>
#include <boost/uuid/uuid.hpp>
#include <boost/uuid/random_generator.hpp>