File: 1001_fix_include_Boost_endian.patch

package info (click to toggle)
libbitcoin 2.0-2.2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,848 kB
  • ctags: 2,249
  • sloc: cpp: 63,485; makefile: 747; perl: 90; python: 63; sh: 23
file content (11 lines) | stat: -rw-r--r-- 293 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/include/bitcoin/utility/serializer.hpp
+++ b/include/bitcoin/utility/serializer.hpp
@@ -20,6 +20,8 @@
 #ifndef LIBBITCOIN_SERIALIZER_HPP
 #define LIBBITCOIN_SERIALIZER_HPP
 
+#include <boost/detail/endian.hpp>
+
 #include <boost/asio/streambuf.hpp>
 #include <string>
 #include <vector>