]> git.mxchange.org Git - simgear.git/commitdiff
Build fixes for net classes in Simgear.
authorJames Turner <zakalawe@mac.com>
Sun, 24 Oct 2010 00:22:59 +0000 (01:22 +0100)
committerJames Turner <zakalawe@mac.com>
Sun, 24 Oct 2010 00:22:59 +0000 (01:22 +0100)
simgear/io/sg_netBuffer.cxx
simgear/io/sg_netChannel.cxx

index 126b4e2946773cc55cb230f54307911827fab5d9..2bbf50b6f8031757d23a40e8930f618d697e4465 100644 (file)
@@ -25,6 +25,9 @@
 
 #include "sg_netBuffer.hxx"
 
+#include <cassert>
+#include <cstring>
+
 #include <simgear/debug/logstream.hxx>
 
 namespace simgear {
index e02f073bdecfc6cd56a956009f01df76355b40c9..c65025652b5181bab89456e882ac32b3bd49d6f8 100644 (file)
@@ -32,6 +32,8 @@
 #include "sg_netChannel.hxx"
 
 #include <memory>
+#include <cassert>
+#include <cstring>
 
 #include <simgear/debug/logstream.hxx>