diff options
| -rw-r--r-- | src/channel.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/channel.cpp b/src/channel.cpp index 49e9109..08db911 100644 --- a/src/channel.cpp +++ b/src/channel.cpp @@ -4,6 +4,8 @@  #include <cstring>  #include <stdexcept> +#include <endian.h> +  using std::remove_const;  using std::runtime_error; |