From 9e90111e53a0b0739d0789afd26f29e63f803917 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 9 Jul 2025 21:54:03 +0200 Subject: Add some includes of fmt/format.h. --- test/audio_mapping_test.cc | 5 +++-- test/image_filename_sorter_test.cc | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/audio_mapping_test.cc b/test/audio_mapping_test.cc index 22412b260..0b403a492 100644 --- a/test/audio_mapping_test.cc +++ b/test/audio_mapping_test.cc @@ -25,10 +25,11 @@ */ -#include #include "lib/audio_mapping.h" -#include "lib/constants.h" #include "lib/compose.hpp" +#include "lib/constants.h" +#include +#include using std::list; diff --git a/test/image_filename_sorter_test.cc b/test/image_filename_sorter_test.cc index 29b550753..c4b2622a8 100644 --- a/test/image_filename_sorter_test.cc +++ b/test/image_filename_sorter_test.cc @@ -25,8 +25,9 @@ */ -#include "lib/image_filename_sorter.h" #include "lib/compose.hpp" +#include "lib/image_filename_sorter.h" +#include #include #include #include -- cgit v1.2.3