Build fixes for net classes in Simgear.

This commit is contained in:
James Turner
2010-10-24 01:22:59 +01:00
parent bfd76880a9
commit 1ae91097ba
2 changed files with 5 additions and 0 deletions

View File

@@ -25,6 +25,9 @@
#include "sg_netBuffer.hxx"
#include <cassert>
#include <cstring>
#include <simgear/debug/logstream.hxx>
namespace simgear {

View File

@@ -32,6 +32,8 @@
#include "sg_netChannel.hxx"
#include <memory>
#include <cassert>
#include <cstring>
#include <simgear/debug/logstream.hxx>