From 331096220aa94696bbb841215c207edd5b7e8257 Mon Sep 17 00:00:00 2001 From: Changyeon Lee Date: Wed, 11 Sep 2024 13:26:27 +0900 Subject: [PATCH] utils: Include tbm_debug.h tbm_surface_internal_dump_xxx api was moved in tbm_debug.h Change-Id: I583467d8bd5cbf285c47af0ce518994ef014b029 --- src/tpl_utils.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tpl_utils.h b/src/tpl_utils.h index dc35956..2e1aa70 100644 --- a/src/tpl_utils.h +++ b/src/tpl_utils.h @@ -7,6 +7,7 @@ #include #include #include +#include #if defined(__GNUC__) && __GNUC__ >= 4 # define TPL_API __attribute__ ((visibility("default"))) -- 2.34.1