Merge pull request #7117 from jurriaan/patch-1

Fix missing `wx/timer.h` header compile issue
This commit is contained in:
kocikdav 2021-10-15 11:37:51 +02:00 committed by GitHub
commit df30dfc2bc
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;