From ca9f25b51e106167e2a1fece1095eb0be887775e Mon Sep 17 00:00:00 2001 From: Takatoshi Kondo Date: Sun, 29 Aug 2021 21:19:41 +0900 Subject: [PATCH] Added file include. Added cstdint header for uintptr_t (for C++11 or later) Added stdint.h header for uintptr_t (for C++03) --- erb/v1/cpp03_zone.hpp.erb | 1 + include/msgpack/v1/detail/cpp03_zone.hpp | 1 + include/msgpack/v1/detail/cpp11_zone.hpp | 1 + 3 files changed, 3 insertions(+) diff --git a/erb/v1/cpp03_zone.hpp.erb b/erb/v1/cpp03_zone.hpp.erb index 3272e8de..dd873a69 100644 --- a/erb/v1/cpp03_zone.hpp.erb +++ b/erb/v1/cpp03_zone.hpp.erb @@ -14,6 +14,7 @@ #include "msgpack/cpp_config.hpp" #include "msgpack/zone_decl.hpp" +#include #include #include #include diff --git a/include/msgpack/v1/detail/cpp03_zone.hpp b/include/msgpack/v1/detail/cpp03_zone.hpp index 9f1c93f7..09d78be0 100644 --- a/include/msgpack/v1/detail/cpp03_zone.hpp +++ b/include/msgpack/v1/detail/cpp03_zone.hpp @@ -14,6 +14,7 @@ #include "msgpack/cpp_config.hpp" #include "msgpack/zone_decl.hpp" +#include #include #include #include diff --git a/include/msgpack/v1/detail/cpp11_zone.hpp b/include/msgpack/v1/detail/cpp11_zone.hpp index d04fd153..df744e31 100644 --- a/include/msgpack/v1/detail/cpp11_zone.hpp +++ b/include/msgpack/v1/detail/cpp11_zone.hpp @@ -14,6 +14,7 @@ #include "msgpack/cpp_config.hpp" #include "msgpack/zone_decl.hpp" +#include #include #include #include