Index: trunk/FACT++/src/fadctrl.cc
===================================================================
--- trunk/FACT++/src/fadctrl.cc	(revision 20019)
+++ trunk/FACT++/src/fadctrl.cc	(revision 20020)
@@ -1667,5 +1667,5 @@
         fDimStartRun("FAD_CONTROL/START_RUN", "X:1;X:1",
                                               "Run numbers"
-                                              "|run[idx]:Run no of last conf'd run (-1 if reset or none config'd yet)"
+                                              "|run[idx]:Run no of last confed run (-1 if reset or none confed yet)"
                                               "|next[idx]:Run number which will be assigned to next configuration"),
         fDimConnection("FAD_CONTROL/CONNECTIONS", "C:40;C:1",
@@ -1980,5 +1980,9 @@
         }
 
+#if BOOST_VERSION < 107000
         tcp::resolver resolver(StateMachineAsio<T>::get_io_service());
+#else
+        tcp::resolver resolver(StateMachineAsio<T>::get_executor());
+#endif
 
         boost::system::error_code ec;
