Skip to content

Commit cfb7236

Browse files
anonymouspcFlamefire
authored andcommitted
make header src/shread/mo_hash.cpp guarded
1 parent d6e3119 commit cfb7236

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/shared/mo_hash.hpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
// Distributed under the Boost Software License, Version 1.0.
55
// https://www.boost.org/LICENSE_1_0.txt
66

7+
#ifndef BOOST_SRC_LOCALE_MO_HASH_HPP
8+
#define BOOST_SRC_LOCALE_MO_HASH_HPP
9+
710
#include <cstdint>
811

912
namespace boost { namespace locale { namespace gnu_gettext {
@@ -49,3 +52,5 @@ namespace boost { namespace locale { namespace gnu_gettext {
4952
return state;
5053
}
5154
}}} // namespace boost::locale::gnu_gettext
55+
56+
#endif

0 commit comments

Comments
 (0)