summaryrefslogtreecommitdiff
path: root/src/encoder.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/encoder.hpp')
-rw-r--r--src/encoder.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/encoder.hpp b/src/encoder.hpp
index bd62298..10fe912 100644
--- a/src/encoder.hpp
+++ b/src/encoder.hpp
@@ -20,6 +20,11 @@
#ifndef __ZMQ_ENCODER_HPP_INCLUDED__
#define __ZMQ_ENCODER_HPP_INCLUDED__
+#include "platform.hpp"
+#if defined ZMQ_HAVE_WINDOWS
+#include "windows.hpp"
+#endif
+
#include <stddef.h>
#include <string.h>
#include <stdlib.h>