diff options
| author | 2018-10-15 21:33:32 -0400 | |
|---|---|---|
| committer | 2018-10-15 21:33:32 -0400 | |
| commit | 548958bcafa572fdfbb147b1bd590c02f9bb4b40 (patch) | |
| tree | 0e6b51ffb96eeaa0873b5f47994aaf0959925bc4 /src/common/web_result.h | |
| 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.gz yuzu-548958bcafa572fdfbb147b1bd590c02f9bb4b40.tar.xz yuzu-548958bcafa572fdfbb147b1bd590c02f9bb4b40.zip | |
Merge pull request #1473 from lioncash/cmake
web_service: Make linkage of web_service-related externals and the library private
Diffstat (limited to 'src/common/web_result.h')
| -rw-r--r-- | src/common/web_result.h | 1 |
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 @@ | |||
| 5 | #pragma once | 5 | #pragma once |
| 6 | 6 | ||
| 7 | #include <string> | 7 | #include <string> |
| 8 | #include "common/common_types.h" | ||
| 8 | 9 | ||
| 9 | namespace Common { | 10 | namespace Common { |
| 10 | struct WebResult { | 11 | struct WebResult { |