ayoy / fontedit

A desktop app to import, edit and export fonts as byte arrays for use in embedded systems
https://kapusta.cc/fontedit
GNU General Public License v3.0
323 stars 25 forks source link

Add missing <optional> header include to widgets #10

Closed StarGate01 closed 3 years ago

StarGate01 commented 3 years ago

Hi, great app. I ran into a build issue on my system and subsequently fixed it.

This change seems to be required for the usage of std::optional.

g++ (GCC) 11.1.0 / cmake version 3.20.3 / Linux 5.4.124-1-MANJARO

ayoy commented 3 years ago

Hey, many thanks for the patch!