Fix include guards

This commit is contained in:
Peter Dimov
2019-12-17 19:49:27 +02:00
parent ac72b396f5
commit bc6f095b3d
2 changed files with 7 additions and 6 deletions

View File

@ -3,8 +3,8 @@
//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 UUID_274DA366004E11DCB1DDFE2E56D89593
#define UUID_274DA366004E11DCB1DDFE2E56D89593
#ifndef BOOST_UUID_274DA366004E11DCB1DDFE2E56D89593
#define BOOST_UUID_274DA366004E11DCB1DDFE2E56D89593
#include <boost/config.hpp>
@ -478,4 +478,5 @@ boost
#if defined(_MSC_VER) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
#pragma warning(pop)
#endif
#endif
#endif // #ifndef BOOST_UUID_274DA366004E11DCB1DDFE2E56D89593