diff options
author | bunnei <bunneidev@gmail.com> | 2018-10-16 03:33:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-16 03:33:32 +0200 |
commit | 548958bcafa572fdfbb147b1bd590c02f9bb4b40 (patch) | |
tree | 0e6b51ffb96eeaa0873b5f47994aaf0959925bc4 /src/web_service/verify_login.cpp | |
parent | Merge pull request #1487 from lioncash/maybe-unused (diff) | |
parent | core/CMakeLists: Make all web_service-related libraries private (diff) | |
download | yuzu-548958bcafa572fdfbb147b1bd590c02f9bb4b40.tar yuzu-548958bcafa572fdfbb147b1bd590c02f9bb4b40.tar.gz yuzu-548958bcafa572fdfbb147b1bd590c02f9bb4b40.tar.bz2 yuzu-548958bcafa572fdfbb147b1bd590c02f9bb4b40.tar.lz yuzu-548958bcafa572fdfbb147b1bd590c02f9bb4b40.tar.xz yuzu-548958bcafa572fdfbb147b1bd590c02f9bb4b40.tar.zst yuzu-548958bcafa572fdfbb147b1bd590c02f9bb4b40.zip |
Diffstat (limited to 'src/web_service/verify_login.cpp')
-rw-r--r-- | src/web_service/verify_login.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/web_service/verify_login.cpp b/src/web_service/verify_login.cpp index 124aa3863..ca4b43b93 100644 --- a/src/web_service/verify_login.cpp +++ b/src/web_service/verify_login.cpp @@ -3,6 +3,7 @@ // Refer to the license.txt file included. #include <json.hpp> +#include "common/web_result.h" #include "web_service/verify_login.h" #include "web_service/web_backend.h" |