Changed: #1016 entities_game_service segfault in ubuntu 64biten
This commit is contained in:
parent
8f01cb0d3a
commit
219dce25f2
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue