mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-11 22:38:58 +08:00
Tests: added missing headers
This commit is contained in:
parent
2b8dc48b6d
commit
2a593e6d29
@ -2,6 +2,7 @@
|
||||
|
||||
#include <numeric>
|
||||
#include <sstream>
|
||||
#include <algorithm>
|
||||
|
||||
#include "test_data.hpp" // get access to init_print, etc
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
#include <test_utils.hpp>
|
||||
|
||||
#include <random>
|
||||
#include <algorithm>
|
||||
|
||||
#include <libslic3r/ExtrusionEntity.hpp>
|
||||
#include <libslic3r/GCode/ExtrusionOrder.hpp>
|
||||
|
@ -2,6 +2,8 @@
|
||||
#include <catch2/catch_template_test_macros.hpp>
|
||||
#include <catch2/catch_approx.hpp>
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#include "libslic3r/BoundingBox.hpp"
|
||||
#include "libslic3r/AStar.hpp"
|
||||
#include "libslic3r/Execution/ExecutionSeq.hpp"
|
||||
|
@ -1,4 +1,5 @@
|
||||
#include <catch2/catch_test_macros.hpp>
|
||||
#include <algorithm>
|
||||
|
||||
#include "libslic3r/KDTreeIndirect.hpp"
|
||||
#include "libslic3r/Execution/ExecutionSeq.hpp"
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
#include <queue>
|
||||
#include <random>
|
||||
#include <algorithm>
|
||||
|
||||
#include "libslic3r/MutablePriorityQueue.hpp"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user