Skip to content

Commit 73d62f7

Browse files
committed
Windows: add missing algorithm include into Transcoder.cpp
1 parent 739d63f commit 73d62f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/AvTranscoder/transcoder/Transcoder.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
#include <limits>
44
#include <iostream>
5+
#include <algorithm>
56

67
namespace avtranscoder
78
{

0 commit comments

Comments
 (0)