summaryrefslogtreecommitdiffstats
path: root/src/web_service/verify_login.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-10-11 03:23:41 +0200
committerLioncash <mathew1800@gmail.com>2018-10-11 04:29:35 +0200
commit183a664405661fb531b82e2a0a3a8c6651a1ce8a (patch)
tree6fab20b1cfbb116f5031de88efb809a541cbbcff /src/web_service/verify_login.cpp
parenttelemetry_json: Use the PImpl idiom to avoid unnecessary dependency exposure (diff)
downloadyuzu-183a664405661fb531b82e2a0a3a8c6651a1ce8a.tar
yuzu-183a664405661fb531b82e2a0a3a8c6651a1ce8a.tar.gz
yuzu-183a664405661fb531b82e2a0a3a8c6651a1ce8a.tar.bz2
yuzu-183a664405661fb531b82e2a0a3a8c6651a1ce8a.tar.lz
yuzu-183a664405661fb531b82e2a0a3a8c6651a1ce8a.tar.xz
yuzu-183a664405661fb531b82e2a0a3a8c6651a1ce8a.tar.zst
yuzu-183a664405661fb531b82e2a0a3a8c6651a1ce8a.zip
Diffstat (limited to '')
-rw-r--r--src/web_service/verify_login.cpp1
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"