diff --git a/dengr/ChannelBit.hpp b/dengr/ChannelBit.hpp index 5036f2f..d62a115 100644 --- a/dengr/ChannelBit.hpp +++ b/dengr/ChannelBit.hpp @@ -29,7 +29,7 @@ #ifndef COM_SAXBOPHONE_DENGR_CHANNEL_BIT #define COM_SAXBOPHONE_DENGR_CHANNEL_BIT -#include +#include namespace com::saxbophone::dengr { @@ -43,7 +43,7 @@ namespace com::saxbophone::dengr { * @tparam LENGTH the length of the ChannelBitArray */ template - using ChannelBitArray = std::array; + using ChannelBitArray = std::bitset; } #endif // include guard