Update lightweight_test.hpp and hash.hpp references to the actual boost components.

This commit is contained in:
Ion Gaztañaga
2021-01-02 13:38:52 +01:00
parent 4d144d75da
commit 9c73691528
20 changed files with 19 additions and 20 deletions

View File

@ -14,7 +14,7 @@
#include <boost/intrusive/slist.hpp>
#include <boost/intrusive/set.hpp>
#include <boost/intrusive/unordered_set.hpp>
#include <boost/functional/hash.hpp>
#include <boost/container_hash/hash.hpp>
using namespace boost::intrusive;