diff --git a/include/boost/polygon/polygon.hpp b/include/boost/polygon/polygon.hpp index 90a7c1f..db7dd8a 100644 --- a/include/boost/polygon/polygon.hpp +++ b/include/boost/polygon/polygon.hpp @@ -9,6 +9,8 @@ #define BOOST_POLYGON_POLYGON_HPP #define BOOST_POLYGON_VERSION 014401 +// IWYU pragma: begin_exports + #include "isotropy.hpp" //point @@ -89,4 +91,6 @@ #include "segment_utils.hpp" +// IWYU pragma: end_exports + #endif