summaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-10-16 03:33:32 +0200
committerGitHub <noreply@github.com>2018-10-16 03:33:32 +0200
commit548958bcafa572fdfbb147b1bd590c02f9bb4b40 (patch)
tree0e6b51ffb96eeaa0873b5f47994aaf0959925bc4 /src/common
parentMerge pull request #1487 from lioncash/maybe-unused (diff)
parentcore/CMakeLists: Make all web_service-related libraries private (diff)
downloadyuzu-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/common')
-rw-r--r--src/common/web_result.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/web_result.h b/src/common/web_result.h
index 969926674..8bfa2141d 100644
--- a/src/common/web_result.h
+++ b/src/common/web_result.h
@@ -5,6 +5,7 @@
#pragma once
#include <string>
+#include "common/common_types.h"
namespace Common {
struct WebResult {