From 1ae91097ba2859e70d29fea683982b847809e6cf Mon Sep 17 00:00:00 2001 From: James Turner Date: Sun, 24 Oct 2010 01:22:59 +0100 Subject: [PATCH] Build fixes for net classes in Simgear. --- simgear/io/sg_netBuffer.cxx | 3 +++ simgear/io/sg_netChannel.cxx | 2 ++ 2 files changed, 5 insertions(+) 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 -- 2.39.5