diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2022-01-09 18:29:59 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-09 18:29:59 -0800 |
commit | b3308830b217cbdd9638b11e8660d079e16b3f01 (patch) | |
tree | 59866b89fe1f5b29f40ace68e6e20badc7c38d30 /src/shader_recompiler/exception.h | |
parent | 18adea343ebd77dce1180942fc773ec891153ff8 (diff) | |
parent | 09f4f3f23b5181883c7423a171edd5ec6467df02 (diff) |
Merge pull request #7683 from liushuyu/fmt-8.1
logging: adapt to changes in fmt 8.1
Diffstat (limited to 'src/shader_recompiler/exception.h')
-rw-r--r-- | src/shader_recompiler/exception.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shader_recompiler/exception.h b/src/shader_recompiler/exception.h index 277be85412..d98b6029b1 100644 --- a/src/shader_recompiler/exception.h +++ b/src/shader_recompiler/exception.h @@ -9,7 +9,7 @@ #include <string_view> #include <utility> -#include <fmt/format.h> +#include "common/logging/formatter.h" namespace Shader { |