Skip to content

Commit 93876c2

Browse files
committed
FormatCustomIO_test: add <format> include
1 parent 03e85fb commit 93876c2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/FormatCustomIO_test.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
#if AVCPP_HAS_AVFORMAT && (AVCPP_CXX_STANDARD >= 20)
88

9+
#include <format>
10+
911
static constexpr std::size_t ImageW = 640;
1012
static constexpr std::size_t ImageH = 480;
1113
static constexpr std::size_t ImageCount = 11;

0 commit comments

Comments
 (0)