Fixed build on MAC

This commit is contained in:
Enrico Turri 2020-03-02 11:40:35 +01:00
parent 2f8970de86
commit 10d2193645
2 changed files with 7 additions and 1 deletions

View file

@ -8,7 +8,9 @@
#include <boost/algorithm/string/split.hpp>
#include <boost/algorithm/string/classification.hpp>
#if ENABLE_NON_STATIC_CANVAS_MANAGER
#include <boost/log/trivial.hpp>
#endif // ENABLE_NON_STATIC_CANVAS_MANAGER
#include <wx/glcanvas.h>
#include <wx/timer.h>
#include <wx/msgdlg.h>