We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60cb171 commit 5bfa610Copy full SHA for 5bfa610
src/frame.h
@@ -4,6 +4,10 @@
4
#include <memory>
5
#include <stdexcept>
6
7
+#if __has_include(<span>)
8
+#include <span>
9
+#endif
10
+
11
#include "ffmpeg.h"
12
#include "rational.h"
13
#include "timestamp.h"
0 commit comments