1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Try to fix compilation problem with Boost 1.54. #3595

This commit is contained in:
Alessandro Ranellucci
2016-11-30 11:50:02 +01:00
committed by bubnikv
parent 9c0c05631c
commit a26330a292
+1 -1
View File
@@ -26,7 +26,7 @@
#include <stdio.h>
#include <stdint.h>
#include <stddef.h>
#include <boost/predef/detail/endian_compat.h>
#include <boost/detail/endian.hpp>
#ifndef BOOST_LITTLE_ENDIAN
#error "admesh works correctly on little endian machines only!"