From 8994c2ff8ed8b88e0ffef9658a4c603c4a001fad Mon Sep 17 00:00:00 2001 From: Samuel Debionne Date: Wed, 22 Mar 2023 09:49:01 +0100 Subject: [PATCH] fix: Make locator.hpp self contained (#729) (#732) --- include/boost/gil/locator.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/boost/gil/locator.hpp b/include/boost/gil/locator.hpp index 776eedd336..f0e7c20366 100644 --- a/include/boost/gil/locator.hpp +++ b/include/boost/gil/locator.hpp @@ -8,8 +8,7 @@ #ifndef BOOST_GIL_LOCATOR_HPP #define BOOST_GIL_LOCATOR_HPP -#include -#include +#include #include #include