Browse Source

InetAddress.hpp needs to be included in OneService.hpp

Grant Limberg 8 years ago
parent
commit
49e31ca647
1 changed files with 2 additions and 0 deletions
  1. 2 0
      service/OneService.hpp

+ 2 - 0
service/OneService.hpp

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