mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 10:19:51 +00:00
msgpack template: architecture specific endian conversion
This commit is contained in:
parent
0ae1965f6b
commit
7ce866ad7c
12 changed files with 154 additions and 219 deletions
|
|
@ -18,10 +18,9 @@
|
|||
#ifndef MSGPACK_PACK_HPP__
|
||||
#define MSGPACK_PACK_HPP__
|
||||
|
||||
#include <arpa/inet.h> // __BYTE_ORDER
|
||||
#include "msgpack/pack_define.h"
|
||||
#include <stdexcept>
|
||||
#include <limits.h>
|
||||
#include "msgpack/pack_define.h"
|
||||
|
||||
namespace msgpack {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue