diff options
| author | 2023-06-25 18:51:39 -0700 | |
|---|---|---|
| committer | 2023-06-25 18:51:39 -0700 | |
| commit | b9f9d0a64215f8107ea82d1c541444f6ff138e7a (patch) | |
| tree | 52bdc819a1be0b8890ff6e983b9c6b120874f538 | |
| parent | Disable OpenSSL on Android. (diff) | |
| download | yuzu-b9f9d0a64215f8107ea82d1c541444f6ff138e7a.tar.gz yuzu-b9f9d0a64215f8107ea82d1c541444f6ff138e7a.tar.xz yuzu-b9f9d0a64215f8107ea82d1c541444f6ff138e7a.zip | |
network.cpp: include expected.h
Diffstat (limited to '')
| -rw-r--r-- | src/core/internal_network/network.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/internal_network/network.cpp b/src/core/internal_network/network.cpp index 40e451526..36cf00902 100644 --- a/src/core/internal_network/network.cpp +++ b/src/core/internal_network/network.cpp | |||
| @@ -27,6 +27,7 @@ | |||
| 27 | 27 | ||
| 28 | #include "common/assert.h" | 28 | #include "common/assert.h" |
| 29 | #include "common/common_types.h" | 29 | #include "common/common_types.h" |
| 30 | #include "common/expected.h" | ||
| 30 | #include "common/logging/log.h" | 31 | #include "common/logging/log.h" |
| 31 | #include "common/settings.h" | 32 | #include "common/settings.h" |
| 32 | #include "core/internal_network/network.h" | 33 | #include "core/internal_network/network.h" |