From 8c22bcd5e6aff4f566a684f38c550be7854eba67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sat, 30 Apr 2022 23:03:01 +0200 Subject: Channel: add missing endian header --- src/channel.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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 #include +#include + using std::remove_const; using std::runtime_error; -- cgit v1.2.3