From ce5296a6bc1a0764e12c8387dd9801e804ba58be Mon Sep 17 00:00:00 2001 From: kervala Date: Sat, 4 Dec 2010 15:10:48 +0100 Subject: [PATCH] Changed: #1016 entities_game_service segfault in ubuntu 64biten --- .../server/src/ryzom_welcome_service/ryzom_welcome_service.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/ryzom/server/src/ryzom_welcome_service/ryzom_welcome_service.cpp b/code/ryzom/server/src/ryzom_welcome_service/ryzom_welcome_service.cpp index 3f68d26c4..9e471c0d3 100644 --- a/code/ryzom/server/src/ryzom_welcome_service/ryzom_welcome_service.cpp +++ b/code/ryzom/server/src/ryzom_welcome_service/ryzom_welcome_service.cpp @@ -38,6 +38,7 @@ #include "ryzom_welcome_service.h" #include "game_share/welcome_service_itf.h" +#include "game_share/mirror.h" using namespace std; using namespace NLMISC; @@ -1334,6 +1335,7 @@ public: return true; } + CMirror Mirror; };