summaryrefslogtreecommitdiff
path: root/src/channel.cpp
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2022-04-30 23:03:01 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2022-04-30 23:03:01 +0200
commit8c22bcd5e6aff4f566a684f38c550be7854eba67 (patch)
tree423b2b8250f8175e9937dacbc0c1340376d3b1a0 /src/channel.cpp
parent9d877e00596c007bf235209b2a0880536868c3c8 (diff)
Channel: add missing endian header
Diffstat (limited to 'src/channel.cpp')
-rw-r--r--src/channel.cpp2
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;