diff --git a/include/boost/compat/latch.hpp b/include/boost/compat/latch.hpp index c32dc38..8639adc 100644 --- a/include/boost/compat/latch.hpp +++ b/include/boost/compat/latch.hpp @@ -1,11 +1,11 @@ +#ifndef BOOST_COMPAT_LATCH_HPP_INCLUDED +#define BOOST_COMPAT_LATCH_HPP_INCLUDED + // Copyright 2023 Peter Dimov. // Copyright 2023 Christian Mazakas. // Distributed under the Boost Software License, Version 1.0. // https://www.boost.org/LICENSE_1_0.txt -#ifndef BOOST_COMPAT_LATCH_HPP_INCLUDED -#define BOOST_COMPAT_LATCH_HPP_INCLUDED - #include #include