Fixed build on Linux and OSx

This commit is contained in:
Enrico Turri 2018-10-25 10:36:47 +02:00
parent 61f7849fce
commit bde5f17d5c
2 changed files with 5 additions and 4 deletions

View file

@ -22,6 +22,7 @@
#include <wx/dcmemory.h>
#include <wx/image.h>
#include <wx/settings.h>
#include <wx/tooltip.h>
// Print now includes tbb, and tbb includes Windows. This breaks compilation of wxWidgets if included before wx.
#include "../../libslic3r/Print.hpp"