mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-12-25 21:35:41 +00:00
9 lines
254 B
C++
9 lines
254 B
C++
#ifndef SPROUT_FUNCTIONAL_HASH_STRING_HPP
|
|
#define SPROUT_FUNCTIONAL_HASH_STRING_HPP
|
|
|
|
#include <sprout/config.hpp>
|
|
#include <sprout/functional/hash/hash.hpp>
|
|
#include <sprout/string/hash.hpp>
|
|
|
|
#endif // #ifndef SPROUT_FUNCTIONAL_HASH_STRING_HPP
|
|
|