From 9df757a3fdaba8a84be9a3059ba95e427c71b0fa Mon Sep 17 00:00:00 2001 From: orignal Date: Tue, 30 Aug 2022 13:10:26 -0400 Subject: [PATCH] fixed warning --- daemon/I2PControlHandlers.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/daemon/I2PControlHandlers.cpp b/daemon/I2PControlHandlers.cpp index 067c7ddd..02508f29 100644 --- a/daemon/I2PControlHandlers.cpp +++ b/daemon/I2PControlHandlers.cpp @@ -7,8 +7,10 @@ */ #include +#define BOOST_BIND_GLOBAL_PLACEHOLDERS #include #include + #include "Log.h" #include "RouterContext.h" #include "NetDb.hpp"