From a63ddc33e2aa1aab74dbcbcc591ed4ff3a3320bc Mon Sep 17 00:00:00 2001 From: SoftFever Date: Thu, 31 Aug 2023 18:27:05 +0800 Subject: [PATCH] Fix Linux build errors --- src/libslic3r/PlaceholderParser.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/libslic3r/PlaceholderParser.cpp b/src/libslic3r/PlaceholderParser.cpp index 36ab8867b22..7cabd2d60a2 100644 --- a/src/libslic3r/PlaceholderParser.cpp +++ b/src/libslic3r/PlaceholderParser.cpp @@ -1122,13 +1122,12 @@ namespace client template struct InterpolateTableContext { - template struct Item { double x; boost::iterator_range it_range_x; double y; }; - std::vector> table; + std::vector table; static void init(const expr &x) { if (!x.numeric_type())