From 346bed15e9f2d25289611eace42388ba80daf33b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois-Simon=20Fauteux-Chapleau?= <francois-simon.fauteux-chapleau@savoirfairelinux.com> Date: Thu, 17 Oct 2024 11:12:41 -0400 Subject: [PATCH] build: add missing fmt header file This is necessary to build with recent versions (>=11.0.0) of the fmt library. Change-Id: Iac937dff0e2d32390b2c25c7902e8c5b9ec950ca --- src/account_config.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/account_config.cpp b/src/account_config.cpp index fa9723f6e0..01a8e8c4ce 100644 --- a/src/account_config.cpp +++ b/src/account_config.cpp @@ -22,6 +22,7 @@ #include "config/account_config_utils.h" #include <fmt/compile.h> +#include <fmt/ranges.h> namespace jami { -- GitLab