From: Marcin Siodelski Date: Thu, 3 Sep 2015 13:51:04 +0000 (+0200) Subject: [3970] Added missing includes in WatchSocket. X-Git-Tag: fd4o6_base~5^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8564fcc7df5c23a2375e268671a036b1b5084b3;p=thirdparty%2Fkea.git [3970] Added missing includes in WatchSocket. --- diff --git a/src/lib/util/watch_socket.cc b/src/lib/util/watch_socket.cc index 9f496d9e0e..8bc3bd38ec 100644 --- a/src/lib/util/watch_socket.cc +++ b/src/lib/util/watch_socket.cc @@ -19,6 +19,7 @@ #include #include +#include #include namespace isc { diff --git a/src/lib/util/watch_socket.h b/src/lib/util/watch_socket.h index 4e106eb827..ccff7af043 100644 --- a/src/lib/util/watch_socket.h +++ b/src/lib/util/watch_socket.h @@ -22,6 +22,7 @@ #include #include +#include namespace isc { namespace util {