Use hash_fwd.hpp in string_view for more lightweight dependencies.

This commit is contained in:
Dimitrij Mijoski
2018-04-20 23:18:31 +02:00
parent 15cfa44937
commit e2d115db97
2 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,7 @@
#include <boost/detail/workaround.hpp>
#include <boost/utility/string_view_fwd.hpp>
#include <boost/throw_exception.hpp>
#include <boost/container_hash/hash.hpp>
#include <boost/container_hash/hash_fwd.hpp>
#include <cstddef>
#include <stdexcept>

View File

@ -12,6 +12,7 @@
#include <string>
#include <boost/utility/string_view.hpp>
#include <boost/container_hash/hash.hpp>
#include <boost/core/lightweight_test.hpp>