diff options
| author | 2021-10-05 10:05:46 -0700 | |
|---|---|---|
| committer | 2021-10-05 10:05:46 -0700 | |
| commit | 5b2fa8dd418d82b51acdc6849fafbc6a2e858fa9 (patch) | |
| tree | 879f5fb79a0d320cb56a5e66eab783de9614d88a /src/common/param_package.cpp | |
| parent | Merge pull request #7103 from Morph1984/service-ctx-event (diff) | |
| parent | common/logging: Reduce scope of fmt include (diff) | |
| download | yuzu-5b2fa8dd418d82b51acdc6849fafbc6a2e858fa9.tar.gz yuzu-5b2fa8dd418d82b51acdc6849fafbc6a2e858fa9.tar.xz yuzu-5b2fa8dd418d82b51acdc6849fafbc6a2e858fa9.zip | |
Merge pull request #7115 from ameerj/log-compile
common/logging: Reduce dependent header include overhead
Diffstat (limited to '')
| -rw-r--r-- | src/common/param_package.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/param_package.cpp b/src/common/param_package.cpp index b916b4866..bbf20f5eb 100644 --- a/src/common/param_package.cpp +++ b/src/common/param_package.cpp | |||
| @@ -3,6 +3,7 @@ | |||
| 3 | // Refer to the license.txt file included. | 3 | // Refer to the license.txt file included. |
| 4 | 4 | ||
| 5 | #include <array> | 5 | #include <array> |
| 6 | #include <stdexcept> | ||
| 6 | #include <utility> | 7 | #include <utility> |
| 7 | #include <vector> | 8 | #include <vector> |
| 8 | 9 | ||