From d3220278cc0e3e1ab7120aaaa4bbe47a59a14848 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Mon, 25 Jul 2022 10:52:16 +0300 Subject: [PATCH] Fix compilation error on Linux MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit src/framework/tarray.h:386:46: error: ‘intptr_t’ was not declared in this scope --- src/framework/tarray.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/framework/tarray.h b/src/framework/tarray.h index 1cab040..70fdeed 100644 --- a/src/framework/tarray.h +++ b/src/framework/tarray.h @@ -35,6 +35,7 @@ #pragma once #include +#include #include #include #ifndef __APPLE__