From 68a7dd225969fcdfb9c07b99db43756a2b1dec7c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 27 Sep 2017 01:34:49 +0300 Subject: Change attributes value type to int64. --- src/utils/cast.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/utils') diff --git a/src/utils/cast.h b/src/utils/cast.h index 9b6289ebc..f12f1badb 100644 --- a/src/utils/cast.h +++ b/src/utils/cast.h @@ -28,6 +28,8 @@ #define CAST_U16 static_cast #define CAST_S32 static_cast #define CAST_U32 static_cast +#define CAST_S64 static_cast +#define CAST_U64 static_cast #define CAST_SIZE static_cast #endif // UTILS_CAST_H -- cgit v1.2.3-70-g09d2