diff options
Diffstat (limited to 'cpp/pack.hpp')
-rw-r--r-- | cpp/pack.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/pack.hpp b/cpp/pack.hpp index c8e37eb..9c291c1 100644 --- a/cpp/pack.hpp +++ b/cpp/pack.hpp @@ -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 { |