summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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;