Update hash.hpp include path

This commit is contained in:
Mike Dev
2019-05-11 19:07:33 +02:00
parent 252876ff5a
commit 9db6d59861
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
#define BOOST_REGEX_V4_BASIC_REGEX_HPP
#include <boost/type_traits/is_same.hpp>
#include <boost/functional/hash.hpp>
#include <boost/container_hash/hash.hpp>
#ifdef BOOST_MSVC
#pragma warning(push)