Added missing include to fix build against wx3.0 (Linux)

This commit is contained in:
Lukas Matena
2020-09-24 14:14:22 +02:00
parent b099febed3
commit 9a0c129ad8

View File

@ -1,6 +1,8 @@
#ifndef slic3r_GUI_ExtraRenderers_hpp_ #ifndef slic3r_GUI_ExtraRenderers_hpp_
#define slic3r_GUI_ExtraRenderers_hpp_ #define slic3r_GUI_ExtraRenderers_hpp_
#include <functional>
#include <wx/dataview.h> #include <wx/dataview.h>
#if wxUSE_MARKUP && wxCHECK_VERSION(3, 1, 1) #if wxUSE_MARKUP && wxCHECK_VERSION(3, 1, 1)