From ff28012c86f594fbe7d99ed74da8e030cb5cec7e Mon Sep 17 00:00:00 2001 From: Rene Zeldenthuis Date: Sat, 18 Nov 2023 21:56:50 +0100 Subject: [PATCH] Add missing includes --- src/esp32_smartdisplay.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/esp32_smartdisplay.cpp b/src/esp32_smartdisplay.cpp index c1309b7..cd7b4c6 100644 --- a/src/esp32_smartdisplay.cpp +++ b/src/esp32_smartdisplay.cpp @@ -1,5 +1,7 @@ #include +#include +#include #include // Functions to be defined in the tft/touch driver