Skip to content

Commit ca9f25b

Browse files
committed
Added file include.
Added cstdint header for uintptr_t (for C++11 or later) Added stdint.h header for uintptr_t (for C++03)
1 parent 860f7fc commit ca9f25b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

erb/v1/cpp03_zone.hpp.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include "msgpack/cpp_config.hpp"
1515
#include "msgpack/zone_decl.hpp"
1616

17+
#include <stdint.h>
1718
#include <cstdlib>
1819
#include <memory>
1920
#include <vector>

include/msgpack/v1/detail/cpp03_zone.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include "msgpack/cpp_config.hpp"
1515
#include "msgpack/zone_decl.hpp"
1616

17+
#include <stdint.h>
1718
#include <cstdlib>
1819
#include <memory>
1920
#include <vector>

include/msgpack/v1/detail/cpp11_zone.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include "msgpack/cpp_config.hpp"
1515
#include "msgpack/zone_decl.hpp"
1616

17+
#include <cstdint>
1718
#include <cstdlib>
1819
#include <memory>
1920
#include <vector>

0 commit comments

Comments
 (0)