diff --git a/src/libslic3r/Format/SLAArchiveFormatRegistry.cpp b/src/libslic3r/Format/SLAArchiveFormatRegistry.cpp index 5c40a5c51b..17d3fa9a0b 100644 --- a/src/libslic3r/Format/SLAArchiveFormatRegistry.cpp +++ b/src/libslic3r/Format/SLAArchiveFormatRegistry.cpp @@ -5,6 +5,7 @@ #include "SL1.hpp" #include "SL1_SVG.hpp" #include "AnycubicSLA.hpp" +#include "I18N.hpp" #include "SLAArchiveFormatRegistry.hpp"