From 2236197620795320b3176aaf70a2117f5a92b4f0 Mon Sep 17 00:00:00 2001 From: ahlers Date: Fri, 19 Feb 2021 10:47:54 +0100 Subject: [PATCH] Fixed issues with deprecated BOOST_*_ENDIAN See #37 & #38 --- xs/src/admesh/stl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xs/src/admesh/stl.h b/xs/src/admesh/stl.h index f86f9940bb..02691e1547 100644 --- a/xs/src/admesh/stl.h +++ b/xs/src/admesh/stl.h @@ -26,9 +26,9 @@ #include #include #include -#include +#include -#ifndef BOOST_LITTLE_ENDIAN +#ifndef BOOST_ENDIAN_LITTLE_BYTE #error "admesh works correctly on little endian machines only!" #endif