Skip to content

Commit

Permalink
add #include for std::move
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Nov 4, 2024
1 parent 6ef2c54 commit 3241f2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions libheif/file.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
#include <vector>
#include <unordered_set>
#include <limits>
#include <utility>

#if ENABLE_PARALLEL_TILE_DECODING

Expand Down
1 change: 1 addition & 0 deletions libheif/mini.cc
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#include <memory>
#include <string>
#include <vector>
#include <utility>


Error Box_mini::parse(BitstreamRange &range, const heif_security_limits *limits)
Expand Down

0 comments on commit 3241f2c

Please sign in to comment.