msgpack_common.h define fix

This commit is contained in:
Roman
2015-06-30 15:56:10 +03:00
parent 4973aa88f2
commit 4258811d95

View File

@ -1,5 +1,5 @@
#ifndef COMMON_H
#define COMMON_H
#ifndef MSGPACK_COMMON_H
#define MSGPACK_COMMON_H
#include <QVariant>
#include <QtGlobal>
@ -69,4 +69,4 @@ const quint8 MAP32 = 0xdf;
const quint8 NEGATIVE_FIXINT = 0xe0;
}
}
#endif // COMMON_H
#endif // MSGPACK_COMMON_H