Sfoglia il codice sorgente

InetAddress.hpp needs to be included in OneService.hpp

Grant Limberg 8 anni fa
parent
commit
49e31ca647
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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 {
 
 /**