From bfdee9b72117651f0dbf5c3183288229c6aebff2 Mon Sep 17 00:00:00 2001 From: Terrence Date: Sun, 12 Jan 2025 17:11:08 +0800 Subject: [PATCH] fix cores3 header --- main/boards/m5stack-core-s3/m5stack_core_s3.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/main/boards/m5stack-core-s3/m5stack_core_s3.cc b/main/boards/m5stack-core-s3/m5stack_core_s3.cc index b3c3f41e..80765629 100644 --- a/main/boards/m5stack-core-s3/m5stack_core_s3.cc +++ b/main/boards/m5stack-core-s3/m5stack_core_s3.cc @@ -9,6 +9,7 @@ #include #include +#include #include #include #include "esp_lcd_ili9341.h"