mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Try to fix compilation problem with Boost 1.54. #3595
This commit is contained in:
committed by
bubnikv
parent
9c0c05631c
commit
a26330a292
@@ -26,7 +26,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <boost/predef/detail/endian_compat.h>
|
#include <boost/detail/endian.hpp>
|
||||||
|
|
||||||
#ifndef BOOST_LITTLE_ENDIAN
|
#ifndef BOOST_LITTLE_ENDIAN
|
||||||
#error "admesh works correctly on little endian machines only!"
|
#error "admesh works correctly on little endian machines only!"
|
||||||
|
|||||||
Reference in New Issue
Block a user