Fixed missing include (OSX - clang specific)

This commit is contained in:
Vojtech Bubnik
2020-12-04 13:17:18 +01:00
parent c16221dc8c
commit 8c173db0ed

View File

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