Fixed compilation with clang

This commit is contained in:
Sergii Pylypenko
2017-12-26 21:16:44 +02:00
parent 9732544d81
commit aa6f149224

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'))