fix compilation problem with gcc-5

..while we should note at this point that the whole techique
of hijacking std::hash is superfluous now, since the standard libray
does no longer define a static assertion which defeats SFINAE
This commit is contained in:
Fischlurch 2015-11-20 02:36:34 +01:00
parent d68b881fab
commit 2f13b9ee4a

View file

@ -72,6 +72,7 @@
#include <cstddef>
#include <utility>
#include <boost/utility/enable_if.hpp>