Fix missing wx/timer.h header compile issue

Tried to compile the latest git version on my system and got an error that wxTimer could not be found. Fixed it by adding in the header.

cc @kocikdav
This commit is contained in:
Jurriaan Pruis 2021-10-15 10:44:19 +02:00 committed by GitHub
parent a6f4b9b71f
commit 43d952779a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,7 @@
#include "GUI_Utils.hpp"
#include <wx/dialog.h>
#include <wx/timer.h>
#include <map>
class wxColourPickerCtrl;