Skip to content

Commit

Permalink
Fix missing header in numeric/kernel.hpp to make it self-contained (#502
Browse files Browse the repository at this point in the history
)
  • Loading branch information
sdebionne authored Jun 25, 2020
1 parent 7611636 commit 79b66e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/boost/gil/extension/numeric/kernel.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <memory>
#include <vector>
#include <cmath>
#include <stdexcept>

namespace boost { namespace gil {

Expand Down

0 comments on commit 79b66e1

Please sign in to comment.