Skip to content

Commit

Permalink
fix: Make locator.hpp self contained (#729) (#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebionne authored Mar 22, 2023
1 parent 1713e6b commit 8994c2f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/boost/gil/locator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
#ifndef BOOST_GIL_LOCATOR_HPP
#define BOOST_GIL_LOCATOR_HPP

#include <boost/gil/dynamic_step.hpp>
#include <boost/gil/pixel_iterator.hpp>
#include <boost/gil/step_iterator.hpp>
#include <boost/gil/point.hpp>

#include <boost/assert.hpp>
Expand Down

0 comments on commit 8994c2f

Please sign in to comment.