Skip to content

Commit

Permalink
Missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern committed Feb 28, 2024
1 parent 4ffb906 commit 2786db4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/graphics/Screen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

1 comment on commit 2786db4

@thoherr
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With this change you can delete the include in line 107 (which where the original code of ScreenFonts.h was located, therefore i originally placed the include there)

Please sign in to comment.