add missing include

This commit is contained in:
Filip Sykala - NTB T15p 2023-02-02 07:56:38 +01:00
parent 2c438c1698
commit 5cc1e4dac0

View file

@ -34,6 +34,7 @@
#include <wx/fontutil.h>
#include <wx/fontdlg.h>
#include <wx/fontenum.h>
#include <wx/display.h> // detection of change DPI
#include <boost/log/trivial.hpp>