fixed warning

This commit is contained in:
orignal 2022-08-30 13:10:26 -04:00
parent 9b5a885b3b
commit 9df757a3fd

View file

@ -7,8 +7,10 @@
*/ */
#include <iomanip> #include <iomanip>
#define BOOST_BIND_GLOBAL_PLACEHOLDERS
#include <boost/lexical_cast.hpp> #include <boost/lexical_cast.hpp>
#include <boost/property_tree/json_parser.hpp> #include <boost/property_tree/json_parser.hpp>
#include "Log.h" #include "Log.h"
#include "RouterContext.h" #include "RouterContext.h"
#include "NetDb.hpp" #include "NetDb.hpp"