]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/sg_netChannel.cxx
Change IPAddress to use getaddrinfo internally, and store the sockaddr data via a...
[simgear.git] / simgear / io / sg_netChannel.cxx
index e02f073bdecfc6cd56a956009f01df76355b40c9..c3644b6c275d5d915d5844da112802f4efc6df6d 100644 (file)
@@ -32,6 +32,9 @@
 #include "sg_netChannel.hxx"
 
 #include <memory>
+#include <cassert>
+#include <cstring>
+#include <errno.h>
 
 #include <simgear/debug/logstream.hxx>