Skip to content

Commit 62513fe

Browse files
committed
add includes for move()
1 parent 208eef4 commit 62513fe

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libheif/brands.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#include "brands.h"
2222
#include "file.h"
2323
#include "sequences/track_visual.h"
24+
#include <utility>
2425

2526

2627
static bool check_mif1(const HeifContext* ctx)

libheif/sequences/track_metadata.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include "chunk.h"
2323
#include "context.h"
2424
#include "libheif/api_structs.h"
25+
#include <utility>
2526

2627

2728
Track_Metadata::Track_Metadata(HeifContext* ctx, const std::shared_ptr<Box_trak>& trak)

0 commit comments

Comments
 (0)