Replace <boost/functional/hash.hpp> with more correct <boost/container_hash/hash.hpp>

This commit is contained in:
Ion Gaztañaga
2021-01-15 18:06:36 +01:00
parent e0f7db8d55
commit 20a46fa105
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@
//->
#include <functional> //std::equal_to
#include <boost/functional/hash.hpp> //boost::hash
#include <boost/container_hash/hash.hpp> //boost::hash
//<-
#include "../test/get_process_id_name.hpp"