We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03e85fb commit 93876c2Copy full SHA for 93876c2
1 file changed
tests/FormatCustomIO_test.cpp
@@ -6,6 +6,8 @@
6
7
#if AVCPP_HAS_AVFORMAT && (AVCPP_CXX_STANDARD >= 20)
8
9
+#include <format>
10
+
11
static constexpr std::size_t ImageW = 640;
12
static constexpr std::size_t ImageH = 480;
13
static constexpr std::size_t ImageCount = 11;
0 commit comments