diff --git a/src/base/bitunion.hh b/src/base/bitunion.hh index 38d10dac31..569d65031f 100644 --- a/src/base/bitunion.hh +++ b/src/base/bitunion.hh @@ -31,7 +31,7 @@ #ifndef __BASE_BITUNION_HH__ #define __BASE_BITUNION_HH__ -#include +#include #include #include "base/bitfield.hh" @@ -403,9 +403,6 @@ using BitUnionBaseType = typename BitfieldBackend::BitUnionBaseType::Type; //An STL style hash structure for hashing BitUnions based on their base type. namespace std { - template - struct hash; - template struct hash > : public hash > {