Skip to content

Commit 5bfa610

Browse files
committed
Fix build issues with std::span
1 parent 60cb171 commit 5bfa610

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/frame.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
#include <memory>
55
#include <stdexcept>
66

7+
#if __has_include(<span>)
8+
#include <span>
9+
#endif
10+
711
#include "ffmpeg.h"
812
#include "rational.h"
913
#include "timestamp.h"

0 commit comments

Comments
 (0)