diff options
| author | Lioncash <mathew1800@gmail.com> | 2020-02-04 15:00:33 -0500 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2020-02-04 15:03:51 -0500 |
| commit | 91deb40a22e7e77121dc6b59cc110857e0d3830e (patch) | |
| tree | 582fc482b09f983c91ba6c3c7ede5d63dc20a655 /Source/Core/Common/SettingsHandler.cpp | |
| parent | aea76c790128c53f9319dd0a33a1915930e894ae (diff) | |
Common: Amend includes to handle the upgrade to fmt
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" |
