diff options
| author | Pierre Bourdon <delroth@gmail.com> | 2020-02-04 21:59:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-04 21:59:22 +0100 |
| commit | a205ecb446e5920d1fb6f6ffde6dc83b956fd877 (patch) | |
| tree | dbbe3a9ec7959d204f84de69d77954ce71336c0a /Source/Core/Common/SettingsHandler.cpp | |
| parent | 049183148307ad6a5a3244c313841fc97448b647 (diff) | |
| parent | 91deb40a22e7e77121dc6b59cc110857e0d3830e (diff) | |
Merge pull request #8602 from lioncash/fmt
Externals: Update fmt to 6.1.2
Diffstat (limited to 'Source/Core/Common/SettingsHandler.cpp')
| -rw-r--r-- | Source/Core/Common/SettingsHandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/SettingsHandler.cpp b/Source/Core/Common/SettingsHandler.cpp index e7b3d5d066..23c64f1e2a 100644 --- a/Source/Core/Common/SettingsHandler.cpp +++ b/Source/Core/Common/SettingsHandler.cpp @@ -11,7 +11,7 @@ #include <iomanip> #include <string> -#include <fmt/time.h> +#include <fmt/chrono.h> #include "Common/CommonTypes.h" |
