mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 22:37:02 +00:00
Merge pull request #60 from evil-at-wow/master
Fix build errors introduced by [12070] for compilers that don't support "override".
This commit is contained in:
commit
19e03b0890
2 changed files with 2 additions and 1 deletions
|
|
@ -20,6 +20,7 @@
|
||||||
\ingroup realmd
|
\ingroup realmd
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "Common.h"
|
||||||
#include "BufferedSocket.h"
|
#include "BufferedSocket.h"
|
||||||
|
|
||||||
#include <ace/OS_NS_string.h>
|
#include <ace/OS_NS_string.h>
|
||||||
|
|
|
||||||
|
|
@ -20,10 +20,10 @@
|
||||||
\ingroup realmd
|
\ingroup realmd
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "Common.h"
|
||||||
#include "PatchHandler.h"
|
#include "PatchHandler.h"
|
||||||
#include "AuthCodes.h"
|
#include "AuthCodes.h"
|
||||||
#include "Log.h"
|
#include "Log.h"
|
||||||
#include "Common.h"
|
|
||||||
|
|
||||||
#include <ace/OS_NS_sys_socket.h>
|
#include <ace/OS_NS_sys_socket.h>
|
||||||
#include <ace/OS_NS_dirent.h>
|
#include <ace/OS_NS_dirent.h>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue