aboutsummaryrefslogtreecommitdiffstats
path: root/src/ManagementServer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ManagementServer.h')
-rw-r--r--src/ManagementServer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ManagementServer.h b/src/ManagementServer.h
index 12f5ad6..6e39922 100644
--- a/src/ManagementServer.h
+++ b/src/ManagementServer.h
@@ -58,6 +58,10 @@
#include <deque>
#include <thread>
#include <mutex>
+
+// Suppress an deprecation warning from boost
+#define BOOST_BIND_GLOBAL_PLACEHOLDERS
+
#include <boost/property_tree/ptree.hpp>
#include <boost/property_tree/json_parser.hpp>
#include <cmath>