]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Fixed old asio.hpp include in new code
authorFrancis Dupont <fdupont@isc.org>
Thu, 24 Sep 2015 14:32:57 +0000 (16:32 +0200)
committerFrancis Dupont <fdupont@isc.org>
Thu, 24 Sep 2015 14:32:57 +0000 (16:32 +0200)
src/lib/dhcpsrv/timer_mgr.cc

index 3a6a093258cc07edbc149ca42c2d84bd637dbbac..4a0a7e4f5df15761119cfda23d6d167cea364274 100644 (file)
@@ -12,7 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
-#include <asio.hpp>
+#include <boost/asio.hpp>
 #include <asiolink/io_service.h>
 #include <dhcp/iface_mgr.h>
 #include <dhcpsrv/dhcpsrv_log.h>