summaryrefslogtreecommitdiff
path: root/media-gfx/curaengine/files/curaengine-4.7.0-fix-tests.patch
blob: 33feab3d39499a904a28862783ed7d587fc5dad1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Upstream issue: https://github.com/Ultimaker/CuraEngine/issues/1318

--- a/tests/utils/SparseGridTest.cpp
+++ b/tests/utils/SparseGridTest.cpp
@@ -1,6 +1,7 @@
 //Copyright (c) 2019 Ultimaker B.V.
 //CuraEngine is released under the terms of the AGPLv3 or higher.
 
+#include <algorithm>
 #include <gtest/gtest.h>
 #include <unordered_set>
 #include <vector>