From: James Turner Date: Sun, 24 Oct 2010 00:22:59 +0000 (+0100) Subject: Build fixes for net classes in Simgear. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1ae91097ba2859e70d29fea683982b847809e6cf;p=simgear.git Build fixes for net classes in Simgear. --- diff --git a/simgear/io/sg_netBuffer.cxx b/simgear/io/sg_netBuffer.cxx index 126b4e29..2bbf50b6 100644 --- a/simgear/io/sg_netBuffer.cxx +++ b/simgear/io/sg_netBuffer.cxx @@ -25,6 +25,9 @@ #include "sg_netBuffer.hxx" +#include +#include + #include namespace simgear { diff --git a/simgear/io/sg_netChannel.cxx b/simgear/io/sg_netChannel.cxx index e02f073b..c6502565 100644 --- a/simgear/io/sg_netChannel.cxx +++ b/simgear/io/sg_netChannel.cxx @@ -32,6 +32,8 @@ #include "sg_netChannel.hxx" #include +#include +#include #include