diff options
author | Nay <dnpd.dd@gmail.com> | 2012-08-28 00:25:49 +0100 |
---|---|---|
committer | Nay <dnpd.dd@gmail.com> | 2012-08-28 00:25:49 +0100 |
commit | 154aaa0ad5b673c6d52f6d4c88baa450a82226de (patch) | |
tree | 893599c4587408c4e954c67c3d9cc79e02b19e39 /src/server/authserver/Authentication/AuthCodes.cpp | |
parent | ad8010730cefcf18e27c21a47be47b57b1f6bf40 (diff) |
Core/Quests: Fix quest honor reward
Based on the patch of Tassader
Closes #1356
Diffstat (limited to 'src/server/authserver/Authentication/AuthCodes.cpp')
-rw-r--r-- | src/server/authserver/Authentication/AuthCodes.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/authserver/Authentication/AuthCodes.cpp b/src/server/authserver/Authentication/AuthCodes.cpp index 6ca1050d153..bdb96ca0d25 100644 --- a/src/server/authserver/Authentication/AuthCodes.cpp +++ b/src/server/authserver/Authentication/AuthCodes.cpp @@ -16,6 +16,7 @@ */ #include "AuthCodes.h" +#include <cstddef> namespace AuthHelper { |