From 840faec44b23574b15076b39555047b5bc64cd27 Mon Sep 17 00:00:00 2001 From: hilnius Date: Mon, 29 Jul 2013 15:30:17 +0000 Subject: [PATCH] missing include git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/hilnius@13383 178a84e3-b1eb-0310-8ba1-8eac791a3b58 --- src/network/stk_peer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/network/stk_peer.cpp b/src/network/stk_peer.cpp index fbc3607be..63c85f589 100644 --- a/src/network/stk_peer.cpp +++ b/src/network/stk_peer.cpp @@ -17,7 +17,7 @@ // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "network/stk_peer.hpp" - +#include "network/network_manager.hpp" #include "utils/log.hpp" #include