From d9383a935238780c4fca85e9986e0149fa3deb91 Mon Sep 17 00:00:00 2001 From: Maeyanie Date: Thu, 29 Jan 2026 14:50:05 -0500 Subject: [PATCH] Fix Linux compile (hopefully) --- src/libslic3r/Format/DRC.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libslic3r/Format/DRC.cpp b/src/libslic3r/Format/DRC.cpp index 5e6bae39b9..3f6305b6bf 100644 --- a/src/libslic3r/Format/DRC.cpp +++ b/src/libslic3r/Format/DRC.cpp @@ -3,6 +3,7 @@ #include #include +#include #include #include