Skip to content

Commit

Permalink
add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Jun 27, 2024
1 parent 0a63293 commit 717999d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libheif/plugins/decoder_vvdec.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@
#include "decoder_vvdec.h"
#include <cstring>
#include <cassert>
#include <vector>
#include <algorithm>

#include <vvdec/vvdec.h>
#include <vector>


struct vvdec_decoder
Expand Down

0 comments on commit 717999d

Please sign in to comment.