mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-13 21:15:51 +08:00
Try to fix compilation problem with Boost 1.54. #3595
This commit is contained in:
parent
2e82fb01a6
commit
a02d5caa42
@ -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!"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user