From 72f8590332e6b1323f8a871ff3fc95bb56598464 Mon Sep 17 00:00:00 2001 From: Pavel <pavel.mikus.mail@seznam.cz> Date: Fri, 12 May 2023 10:29:09 +0200 Subject: [PATCH] Add missing include --- src/libslic3r/Format/SLAArchiveFormatRegistry.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libslic3r/Format/SLAArchiveFormatRegistry.cpp b/src/libslic3r/Format/SLAArchiveFormatRegistry.cpp index 5c40a5c51..17d3fa9a0 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"