From 6e023af9e03842c93dd7b5bb1b31513fba6c6d6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D0=BE=D0=BC=D0=B0=D0=BD=20=D0=98=D1=81=D0=B0=D0=B9?= =?UTF-8?q?=D0=BA=D0=B8=D0=BD?= Date: Wed, 6 Apr 2016 11:33:23 +0300 Subject: [PATCH] Fix MsgPackStream export. --- src/msgpackstream.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/msgpackstream.h b/src/msgpackstream.h index 0e8aae7..37f7222 100644 --- a/src/msgpackstream.h +++ b/src/msgpackstream.h @@ -1,6 +1,7 @@ #ifndef STREAM_H #define STREAM_H +#include "msgpack_export.h" #include "msgpackcommon.h" #include "endianhelper.h" @@ -8,7 +9,7 @@ #include -class MsgPackStream +class MSGPACK_EXPORT MsgPackStream { public: MsgPackStream();