Browse Source

InetAddress.hpp needs to be included in OneService.hpp

Grant Limberg 8 năm trước cách đây
mục cha
commit
49e31ca647
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      service/OneService.hpp

+ 2 - 0
service/OneService.hpp

@@ -22,6 +22,8 @@
 #include <string>
 #include <vector>
 
+#include "../node/InetAddress.hpp"
+
 namespace ZeroTier {
 
 /**