blob: 041d24124f2ba4a4c1c48347eef61ebacfc9606a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/src/import.cc 2019-03-30 22:14:41.000000000 -0600
+++ b/src/import.cc2 2020-05-10 20:30:19.704599229 -0600
@@ -50,7 +50,7 @@
#include <boost/assign/std/vector.hpp>
using namespace boost::assign; // bring 'operator+=()' into scope
-#include <boost/detail/endian.hpp>
+#include <boost/endian/arithmetic.hpp>
#include <cstdint>
extern PolySet * import_amf(std::string, const Location &loc);
|