From e52aa58652ffafe75c9c6e6f8ad66eabbf01d19c Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 4 Jul 2021 18:04:03 +0300 Subject: [PATCH] Update detail/workaround.hpp include guard --- include/boost/detail/workaround.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/boost/detail/workaround.hpp b/include/boost/detail/workaround.hpp index fb961158..9c392182 100644 --- a/include/boost/detail/workaround.hpp +++ b/include/boost/detail/workaround.hpp @@ -2,9 +2,9 @@ // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -#ifndef WORKAROUND_DWA2002126_HPP -#define WORKAROUND_DWA2002126_HPP +#ifndef BOOST_WORKAROUND_DWA2002126_HPP +#define BOOST_WORKAROUND_DWA2002126_HPP #include -#endif // WORKAROUND_DWA2002126_HPP +#endif // BOOST_WORKAROUND_DWA2002126_HPP