stdint.h is not available on all platforms

This commit is contained in:
Pieter Hintjens
2013-05-19 10:01:33 +01:00
parent 73562112b8
commit 31ee92f2fd
2 changed files with 16 additions and 3 deletions

View File

@@ -20,8 +20,7 @@
#ifndef __ZMQ_MECHANISM_HPP_INCLUDED__
#define __ZMQ_MECHANISM_HPP_INCLUDED__
#include <stdint.h>
#include "stdint.hpp"
#include "options.hpp"
#include "blob.hpp"