From f7e9d79322b8ba490390c138153e28468718b0ac Mon Sep 17 00:00:00 2001 From: Mathias Froehlich Date: Tue, 19 Jul 2011 19:23:09 +0200 Subject: [PATCH] Make it compile with gcc-4.6 --- simgear/io/sg_netChat.hxx | 1 + 1 file changed, 1 insertion(+) diff --git a/simgear/io/sg_netChat.hxx b/simgear/io/sg_netChat.hxx index 8c346728..abba2b68 100644 --- a/simgear/io/sg_netChat.hxx +++ b/simgear/io/sg_netChat.hxx @@ -62,6 +62,7 @@ #define SG_NET_CHAT_H #include +#include #include namespace simgear -- 2.39.5