Skip to content

Commit 2e83485

Browse files
committed
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.
1 parent 3e9e18d commit 2e83485

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/NeoESP32RmtHI/src/NeoEsp32RmtHIMethod.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ License along with NeoPixel. If not, see
3131

3232
#if defined(ARDUINO_ARCH_ESP32)
3333

34+
#include <algorithm>
35+
#include "esp_idf_version.h"
3436
#include "NeoEsp32RmtHIMethod.h"
3537
#include "soc/soc.h"
3638
#include "soc/rmt_reg.h"

0 commit comments

Comments
 (0)