Skip to content

Commit

Permalink
Address build issue (#578)
Browse files Browse the repository at this point in the history
Include array header
  • Loading branch information
williamwira committed Oct 18, 2024
1 parent c985182 commit e15dc1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/image/MovieFFMpeg/MovieFFMpeg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <iomanip>
#include <math.h>
#include <algorithm>
#include <array>
#include <stdlib.h>
#include <stl_ext/stl_ext_algo.h>
#include <stl_ext/string_algo.h>
Expand Down

0 comments on commit e15dc1e

Please sign in to comment.