Fixed missing include (OSX - clang specific)

This commit is contained in:
Vojtech Bubnik 2020-12-04 13:17:18 +01:00
parent e610d2d2f6
commit 6981372da0

View File

@ -9,6 +9,7 @@
#include <wx/intl.h>
#include "GUI.hpp"
#include "format.hpp"
#include "I18N.hpp"
namespace Slic3r {