Update ContainerHash includes

This commit is contained in:
Peter Dimov
2024-08-17 20:01:25 +03:00
parent 1650077eee
commit c8ef3e2276
6 changed files with 6 additions and 6 deletions

View File

@ -9,7 +9,7 @@
//
#include <boost/intrusive_ptr.hpp>
#include <boost/functional/hash.hpp>
#include <boost/container_hash/hash.hpp>
#include <boost/core/lightweight_test.hpp>
class base

View File

@ -3,7 +3,7 @@
// https://www.boost.org/LICENSE_1_0.txt
#include <boost/smart_ptr/local_shared_ptr.hpp>
#include <boost/functional/hash.hpp>
#include <boost/container_hash/hash.hpp>
#include <boost/core/lightweight_test.hpp>
int main()

View File

@ -9,7 +9,7 @@
//
#include <boost/shared_ptr.hpp>
#include <boost/functional/hash.hpp>
#include <boost/container_hash/hash.hpp>
#include <boost/core/lightweight_test.hpp>
int main()

View File

@ -9,7 +9,7 @@
//
#include <boost/shared_ptr.hpp>
#include <boost/functional/hash.hpp>
#include <boost/container_hash/hash.hpp>
#include <boost/core/lightweight_test.hpp>
int main()

View File

@ -9,7 +9,7 @@
//
#include <boost/shared_ptr.hpp>
#include <boost/functional/hash.hpp>
#include <boost/container_hash/hash.hpp>
#include <boost/core/lightweight_test.hpp>
int main()

View File

@ -4,7 +4,7 @@
#include <boost/weak_ptr.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/functional/hash.hpp>
#include <boost/container_hash/hash.hpp>
#include <boost/core/lightweight_test.hpp>
int main()