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 69031a275a
commit 521e9cff64

View File

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