mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 22:55:57 +08:00
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:
parent
a6f4b9b71f
commit
43d952779a
@ -5,6 +5,7 @@
|
||||
#include "GUI_Utils.hpp"
|
||||
|
||||
#include <wx/dialog.h>
|
||||
#include <wx/timer.h>
|
||||
#include <map>
|
||||
|
||||
class wxColourPickerCtrl;
|
||||
|
Loading…
x
Reference in New Issue
Block a user