From aec422084ea22c1d90f5f1c806fa0dec8840777b Mon Sep 17 00:00:00 2001 From: Hparty <420024556@qq.com> Date: Wed, 30 Oct 2024 20:20:04 +0800 Subject: [PATCH] fix complier error --- include/tgfx/layers/LayerProperty.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/tgfx/layers/LayerProperty.h b/include/tgfx/layers/LayerProperty.h index 6b2186e..9c27809 100644 --- a/include/tgfx/layers/LayerProperty.h +++ b/include/tgfx/layers/LayerProperty.h @@ -17,6 +17,7 @@ ///////////////////////////////////////////////////////////////////////////////////////////////// #pragma once +#include #include namespace tgfx {