Skip to content

Commit

Permalink
Merge pull request msgpack#421 from ibell/patch-1
Browse files Browse the repository at this point in the history
Replace stdint.h header in check_container_size_decl.hpp
  • Loading branch information
redboltz committed Feb 14, 2016
2 parents 988f72d + 7b578cc commit 0e7345c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/msgpack/v1/adaptor/check_container_size_decl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#include "msgpack/versioning.hpp"
#include <cstdlib>
#include <stdint.h>
#include "msgpack/sysdep.h"

namespace msgpack {

Expand Down

0 comments on commit 0e7345c

Please sign in to comment.