Change io_service to io_context

This was renamed a while back in boost to be compliant with the
std::executors proposal.

Change-Id: Ic563e4e78b3c814037090606c51638868557327e
Signed-off-by: Ed Tanous <edtanous@google.com>
diff --git a/include/error_monitors/cpu_thermtrip_monitor.hpp b/include/error_monitors/cpu_thermtrip_monitor.hpp
index 02f11f4..f1b7758 100644
--- a/include/error_monitors/cpu_thermtrip_monitor.hpp
+++ b/include/error_monitors/cpu_thermtrip_monitor.hpp
@@ -51,7 +51,7 @@
     }
 
   public:
-    CPUThermtripMonitor(boost::asio::io_service& io,
+    CPUThermtripMonitor(boost::asio::io_context& io,
                         std::shared_ptr<sdbusplus::asio::connection> conn,
                         const std::string& signalName, const size_t cpuNum,
                         const std::string& customName = std::string()) :