diff options
| author | 2021-09-30 20:59:49 -0400 | |
|---|---|---|
| committer | 2021-10-01 20:48:49 -0400 | |
| commit | 579f4ea4bd34f310fc8e60a4c154981a86727686 (patch) | |
| tree | eb9361dd7df50b7ad08a5a6d7b2c2c03e5e4e49f /src/common/param_package.cpp | |
| parent | common/logging: Move Log::Entry declaration to a separate header (diff) | |
| download | yuzu-579f4ea4bd34f310fc8e60a4c154981a86727686.tar.gz yuzu-579f4ea4bd34f310fc8e60a4c154981a86727686.tar.xz yuzu-579f4ea4bd34f310fc8e60a4c154981a86727686.zip | |
common/logging: Reduce scope of fmt include
Diffstat (limited to 'src/common/param_package.cpp')
| -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 | ||