[Print] Moved include to header

This commit is contained in:
jgromes 2023-04-30 11:31:52 +02:00
parent a4bf746e1f
commit 8f28b42d63
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,5 @@
#include "Print.h"
#include <string.h>
#include <ctype.h>
#include <math.h>

View file

@ -1,6 +1,8 @@
#if !defined(_RADIOLIB_PRINT_H)
#define _RADIOLIB_PRINT_H
#include <string.h>
#include "ITA2String.h"
// supported encoding schemes