1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-12 15:46:38 +00:00
termux-packages/packages/openscad/src-import.cc.patch
Henrik Grimler 7975ac248f openscad: fix build error
boost/detail/endian.hpp does not seem to be used in import.cc so no need to include it
2021-12-04 14:36:36 +01:00

11 lines
363 B
Diff

--- ../import.cc.orig 2020-07-14 09:26:06.065405741 +0200
+++ ./src/import.cc 2020-07-14 09:33:39.557419903 +0200
@@ -50,7 +50,6 @@
#include <boost/assign/std/vector.hpp>
using namespace boost::assign; // bring 'operator+=()' into scope
-#include <boost/detail/endian.hpp>
#include <cstdint>
extern PolySet * import_amf(std::string, const Location &loc);