Fixed compilation with clang

This commit is contained in:
Sergii Pylypenko
2017-12-26 21:16:44 +02:00
parent c0ef08a6b8
commit 2a04c343af

View File

@@ -2,6 +2,7 @@
#ifndef _SQOBJECT_H_
#define _SQOBJECT_H_
#include <limits>
#include "squtils.h"
#define SQ_CLOSURESTREAM_HEAD (('S'<<24)|('Q'<<16)|('I'<<8)|('R'))