diff options
Diffstat (limited to 'indexlib/boost-compat/config/requires_threads.hpp')
-rw-r--r-- | indexlib/boost-compat/config/requires_threads.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indexlib/boost-compat/config/requires_threads.hpp b/indexlib/boost-compat/config/requires_threads.hpp index d8a357779..cfaff2302 100644 --- a/indexlib/boost-compat/config/requires_threads.hpp +++ b/indexlib/boost-compat/config/requires_threads.hpp @@ -4,8 +4,8 @@ // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_CONFIG_RETQUIRES_THREADS_HPP -#define BOOST_CONFIG_RETQUIRES_THREADS_HPP +#ifndef BOOST_CONFIG_REQUIRES_THREADS_HPP +#define BOOST_CONFIG_REQUIRES_THREADS_HPP #ifndef BOOST_CONFIG_HPP # include <boost/config.hpp> @@ -89,4 +89,4 @@ #endif // BOOST_HAS_THREADS -#endif // BOOST_CONFIG_RETQUIRES_THREADS_HPP +#endif // BOOST_CONFIG_REQUIRES_THREADS_HPP |