added boost hash header
This commit is contained in:
parent
652389644c
commit
38191dcc00
1 changed files with 1 additions and 2 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
#include <fc/string.hpp>
|
#include <fc/string.hpp>
|
||||||
#include <fc/platform_independence.hpp>
|
#include <fc/platform_independence.hpp>
|
||||||
#include <fc/io/raw_fwd.hpp>
|
#include <fc/io/raw_fwd.hpp>
|
||||||
|
#include <boost/functional/hash.hpp>
|
||||||
|
|
||||||
namespace fc
|
namespace fc
|
||||||
{
|
{
|
||||||
|
|
@ -133,7 +134,6 @@ namespace std
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
namespace boost
|
namespace boost
|
||||||
{
|
{
|
||||||
template<>
|
template<>
|
||||||
|
|
@ -145,7 +145,6 @@ namespace boost
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
||||||
#include <fc/reflect/reflect.hpp>
|
#include <fc/reflect/reflect.hpp>
|
||||||
FC_REFLECT_TYPENAME( fc::sha256 )
|
FC_REFLECT_TYPENAME( fc::sha256 )
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue