missing includes

This commit is contained in:
Slic3rPE 2020-02-03 10:13:15 +01:00
parent 5b103116c5
commit e50825ce05
2 changed files with 2 additions and 0 deletions

View file

@ -10,6 +10,7 @@
#include <wx/glcanvas.h>
#include <wx/timer.h>
#include <wx/msgdlg.h>
#include <vector>
#include <string>

View file

@ -3,6 +3,7 @@
#include <map>
#include <vector>
#include <set>
#include <wx/bitmap.h>
#include <wx/dataview.h>