fix hash implementation

This commit is contained in:
bolero-MURAKAMI 2013-02-04 23:10:24 +09:00
parent 6e5f4c5606
commit c72ab5c6c1
8 changed files with 12 additions and 10 deletions

View file

@ -5,7 +5,7 @@
#include <type_traits>
#include <sprout/config.hpp>
#include <sprout/array.hpp>
#include <sprout/functional/hash/hash.hpp>
#include <sprout/functional/hash.hpp>
#include <sprout/preprocessor/unique_string.hpp>
namespace sprout {