From 8bf24898edadeab55687239d2fd5085c57d21b42 Mon Sep 17 00:00:00 2001 From: Christoph Strehle Date: Mon, 10 Jun 2024 16:18:01 +0200 Subject: [PATCH] Fix message about deprecated placeholders Include `boost/bind/bind.hpp` instead of `boost/bind.hpp` to get rid of the message about deprecated placeholders --- test/cfg/boost.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cfg/boost.cpp b/test/cfg/boost.cpp index d68d5a7f262..eb4e742227a 100644 --- a/test/cfg/boost.cpp +++ b/test/cfg/boost.cpp @@ -12,7 +12,7 @@ #include #include #include -#include +#include #include #include #include