From 7bb747fdba54718d70ab2ca48f604a8d4a278d25 Mon Sep 17 00:00:00 2001 From: jgromes Date: Sun, 14 Apr 2024 19:29:35 +0100 Subject: [PATCH] [LR11x0] Add missing header for non-Arduino paltforms (#679) --- src/modules/LR11x0/LR11x0.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/LR11x0/LR11x0.cpp b/src/modules/LR11x0/LR11x0.cpp index 501594c5..b075b1f1 100644 --- a/src/modules/LR11x0/LR11x0.cpp +++ b/src/modules/LR11x0/LR11x0.cpp @@ -4,6 +4,7 @@ #include "../../utils/Cryptography.h" #include +#include #if !RADIOLIB_EXCLUDE_LR11X0