Skip to content

Commit

Permalink
Fix build errors introduced by [12070] for compilers that don't suppo…
Browse files Browse the repository at this point in the history
…rt "override".
  • Loading branch information
evil-at-wow committed Jul 28, 2012
1 parent 93657b8 commit 47e8f8a
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 47e8f8a

Please sign in to comment.