From 41c95eaff7f237258daebe9b2120714705753a7e Mon Sep 17 00:00:00 2001 From: Girts Folkmanis Date: Mon, 16 Mar 2020 09:26:40 -0700 Subject: [PATCH] fix build: add missing include to screen.cpp --- src/screen.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/screen.cpp b/src/screen.cpp index 5f92bf22..e1749e3c 100644 --- a/src/screen.cpp +++ b/src/screen.cpp @@ -31,6 +31,7 @@ along with this program. If not, see . #include "mesh-pb-constants.h" #include "NodeDB.h" #include "main.h" +#include "configuration.h" #define FONT_HEIGHT 14 // actually 13 for "ariel 10" but want a little extra space #define FONT_HEIGHT_16 (ArialMT_Plain_16[1] + 1)