Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Ranellucci <aar@cpan.org>2016-11-30 13:50:02 +0300
committerbubnikv <bubnikv@gmail.com>2016-12-08 16:56:13 +0300
commita26330a292cfdb643e2b0c3bf2042288e03e75fc (patch)
tree8f4762b0a029c6ccd494e06539f92639c2d3bb0f /xs/src/admesh/stl.h
parent9c0c05631c435dfe5c05b5fe07841bbd45f65c1e (diff)
Try to fix compilation problem with Boost 1.54. #3595
Diffstat (limited to 'xs/src/admesh/stl.h')
-rw-r--r--xs/src/admesh/stl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs/src/admesh/stl.h b/xs/src/admesh/stl.h
index d97760eb0..34e1907e7 100644
--- a/xs/src/admesh/stl.h
+++ b/xs/src/admesh/stl.h
@@ -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!"