Skip to content

Commit 7368fd5

Browse files
authored
Merge pull request dji-sdk#5 from PaoloC68/fix_h264
adding missing include
2 parents 86e84a2 + 27be4f9 commit 7368fd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tello_Video/h264decoder/h264decoder.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ mechanisms of boost::python.
1919
// for ssize_t (signed int type as large as pointer type)
2020
#include <cstdlib>
2121
#include <stdexcept>
22+
#include <utility>
2223

2324
struct AVCodecContext;
2425
struct AVFrame;

0 commit comments

Comments
 (0)