Add missing include

This commit is contained in:
halx99 2021-11-03 17:43:25 +08:00
parent 81166f14fd
commit f578dacae9
1 changed files with 2 additions and 1 deletions

View File

@ -11,12 +11,13 @@
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
// see also: https://github.com/boostorg/thread/blob/develop/include/boost/thread/v2/shared_mutex.hpp
//
//
#ifndef YASIO__SHARED_MUTEX_HPP
#define YASIO__SHARED_MUTEX_HPP
#include "yasio/compiler/feature_test.hpp"
#include <limits.h>
/// The shared_mutex workaround on c++11
#if YASIO__HAS_CXX17 && !defined(__APPLE__)