Fix MsgPackStream export.

This commit is contained in:
Роман Исайкин
2016-04-06 11:33:23 +03:00
parent b23c76ddf0
commit 6e023af9e0

View File

@ -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 <QIODevice>
class MsgPackStream
class MSGPACK_EXPORT MsgPackStream
{
public:
MsgPackStream();