Skip to content

Commit

Permalink
add required include <array>
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Jun 11, 2024
1 parent 2d2c1cc commit 09ec676
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/heif_convert.cc
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
#include <cassert>
#include <algorithm>
#include <vector>
#include <array>
#include <cctype>

#include <libheif/heif.h>
Expand Down

0 comments on commit 09ec676

Please sign in to comment.