boostorg / gil

Boost.GIL - Generic Image Library | Requires C++14 since Boost 1.80
https://boostorg.github.io/gil
Boost Software License 1.0
178 stars 163 forks source link

fix: Added missing include guard to line rasterizer #687

Closed marco-langer closed 2 years ago

marco-langer commented 2 years ago

Description

This PR adds the missing include guard to the line rasterizer and fixes the include guards for circle and ellipse rasterizers.

Tasklist