Skip to content

Commit

Permalink
Try to fix compilation problem with Boost 1.54. slic3r#3595
Browse files Browse the repository at this point in the history
  • Loading branch information
alranel committed Nov 30, 2016
1 parent 2e82fb0 commit a02d5ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xs/src/admesh/stl.h
Expand Up @@ -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!"
Expand Down

0 comments on commit a02d5ca

Please sign in to comment.