From 91137f4f364bdae68dec72760c829b127408b6a0 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Sat, 22 Aug 2020 07:32:30 +1000 Subject: [PATCH] endian: include compare header for three-way compare --- endian.hpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/endian.hpp b/endian.hpp index 2b5adcaa..0e8aa480 100644 --- a/endian.hpp +++ b/endian.hpp @@ -11,11 +11,13 @@ #include "std.hpp" #include "types/bits.hpp" -#include -#include +#include #include #include +#include +#include + namespace cruft { //-------------------------------------------------------------------------