[ITA2] Added missing header

This commit is contained in:
jgromes 2023-04-30 11:32:38 +02:00
parent 8f28b42d63
commit 4f0c400bd7

View file

@ -1,5 +1,7 @@
#include "ITA2String.h"
#include <string.h>
ITA2String::ITA2String(char c) {
asciiLen = 1;
#if !defined(RADIOLIB_STATIC_ONLY)