RmtHI: Add missing includes

While these were both fortunately included in Arduino.h, as
@coderabbitai suggests, it's best practice to be explicit for anything
one uses directly.
This commit is contained in:
Will Miles
2025-09-01 22:03:18 -04:00
parent 3e9e18dae2
commit 2e834852d5

View File

@@ -31,6 +31,8 @@ License along with NeoPixel. If not, see
#if defined(ARDUINO_ARCH_ESP32) #if defined(ARDUINO_ARCH_ESP32)
#include <algorithm>
#include "esp_idf_version.h"
#include "NeoEsp32RmtHIMethod.h" #include "NeoEsp32RmtHIMethod.h"
#include "soc/soc.h" #include "soc/soc.h"
#include "soc/rmt_reg.h" #include "soc/rmt_reg.h"