From 0cb7e253e9be41dd089c12cc0dc021a582de1f63 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Tue, 4 Jul 2023 18:55:58 +0100 Subject: [PATCH] Change fmt include in debug_fmt.h --- src/core/format.hpp | 2 ++ src/debug_fmt.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/core/format.hpp b/src/core/format.hpp index 52d12b68d9..e896293fba 100644 --- a/src/core/format.hpp +++ b/src/core/format.hpp @@ -13,6 +13,8 @@ #include "../3rdparty/fmt/format.h" //#include "strong_typedef_type.hpp" +#include + template struct fmt::formatter::value>> : fmt::formatter::type> { using underlying_type = typename std::underlying_type::type; diff --git a/src/debug_fmt.h b/src/debug_fmt.h index 4011e28955..9fa2b0ee86 100644 --- a/src/debug_fmt.h +++ b/src/debug_fmt.h @@ -11,7 +11,7 @@ #define DEBUG_FMT_H #include "debug.h" -#include "3rdparty/fmt/format.h" +#include "core/format.hpp" /** * Ouptut a line of debugging information.