Skip to content

Commit

Permalink
fix: Add missing #include <array>
Browse files Browse the repository at this point in the history
  • Loading branch information
mloskot committed Jun 24, 2022
1 parent 5273678 commit c436ea3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/boost/gil/histogram.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include <boost/type_traits.hpp>
#include <boost/functional/hash.hpp>

#include <array>
#include <iostream>
#include <tuple>
#include <utility>
Expand Down

0 comments on commit c436ea3

Please sign in to comment.