Parcourir la source

[3970] Added missing includes in WatchSocket.

Marcin Siodelski il y a 9 ans
Parent
commit
b8564fcc7d
2 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 1 0
      src/lib/util/watch_socket.cc
  2. 1 0
      src/lib/util/watch_socket.h

+ 1 - 0
src/lib/util/watch_socket.cc

@@ -19,6 +19,7 @@
 
 #include <fcntl.h>
 #include <errno.h>
+#include <string.h>
 #include <sys/select.h>
 
 namespace isc {

+ 1 - 0
src/lib/util/watch_socket.h

@@ -22,6 +22,7 @@
 #include <boost/shared_ptr.hpp>
 
 #include <stdint.h>
+#include <string>
 
 namespace isc {
 namespace util {