Add missing include

This commit is contained in:
Peter Dimov
2021-10-16 18:46:00 +03:00
parent 2fc970b6ae
commit 9bbedce029

View File

@@ -18,6 +18,7 @@
#include <boost/cstdint.hpp>
#include <boost/assert.hpp>
#include <boost/limits.hpp>
#include <functional> // std::equal_to
#include <cstring>
#if defined(BOOST_MSVC)