You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-gfx/curaengine/files/curaengine-4.7.0-fix-tests....

14 lines
359 B

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>