Missing include

This commit is contained in:
Ben Meadors 2024-02-28 08:01:59 -06:00
parent 4ffb906fe8
commit 2786db499d

View File

@ -31,6 +31,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "error.h"
#include "gps/GeoCoord.h"
#include "gps/RTC.h"
#include "graphics/ScreenFonts.h"
#include "graphics/images.h"
#include "input/TouchScreenImpl1.h"
#include "main.h"