From 3a1b8da4b0603862e6cae43bcf0417b393239332 Mon Sep 17 00:00:00 2001 From: fanquake Date: Tue, 23 Aug 2022 16:12:04 +0100 Subject: [PATCH] refactor: use boost/bind/mem_fn over boost/mem_fn The later just includes the former. --- include/boost/bind/bind.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/bind/bind.hpp b/include/boost/bind/bind.hpp index 2762641..ae49c4e 100644 --- a/include/boost/bind/bind.hpp +++ b/include/boost/bind/bind.hpp @@ -23,7 +23,7 @@ #include #include -#include +#include #include #include #include