Skip to content

Commit

Permalink
Merge pull request #60 from evil-at-wow/master
Browse files Browse the repository at this point in the history
Fix build errors introduced by [12070] for compilers that don't support "override".
  • Loading branch information
technoir42 committed Jul 28, 2012
2 parents 93657b8 + 47e8f8a commit c49f740
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/realmd/BufferedSocket.cpp
Expand Up @@ -20,6 +20,7 @@
\ingroup realmd
*/

#include "Common.h"
#include "BufferedSocket.h"

#include <ace/OS_NS_string.h>
Expand Down
2 changes: 1 addition & 1 deletion src/realmd/PatchHandler.cpp
Expand Up @@ -20,10 +20,10 @@
\ingroup realmd
*/

#include "Common.h"
#include "PatchHandler.h"
#include "AuthCodes.h"
#include "Log.h"
#include "Common.h"

#include <ace/OS_NS_sys_socket.h>
#include <ace/OS_NS_dirent.h>
Expand Down

0 comments on commit c49f740

Please sign in to comment.