diff options
Diffstat (limited to 'zenserver/auth/authservice.cpp')
| -rw-r--r-- | zenserver/auth/authservice.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zenserver/auth/authservice.cpp b/zenserver/auth/authservice.cpp index 20ea252fa..4e6f496a6 100644 --- a/zenserver/auth/authservice.cpp +++ b/zenserver/auth/authservice.cpp @@ -6,7 +6,9 @@ #include <zencore/compactbinarybuilder.h> #include <zencore/string.h> +ZEN_THIRD_PARTY_INCLUDES_START #include <json11.hpp> +ZEN_THIRD_PARTY_INCLUDES_END namespace zen { |