From 8abbc6d9799d2458b78ce1f794590d3665c18b73 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 25 Jun 2023 11:47:43 +0300 Subject: [PATCH] Update latch.hpp --- include/boost/compat/latch.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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