mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 07:34:03 -06:00
Add missing includes for win
This commit is contained in:
parent
8541ce4060
commit
1560e15ed9
1 changed files with 3 additions and 0 deletions
|
@ -1,8 +1,11 @@
|
||||||
#define NOMINMAX
|
#define NOMINMAX
|
||||||
#include <catch2/catch.hpp>
|
#include <catch2/catch.hpp>
|
||||||
|
|
||||||
|
#include <numeric>
|
||||||
|
|
||||||
#include "libslic3r/PNGRead.hpp"
|
#include "libslic3r/PNGRead.hpp"
|
||||||
#include "libslic3r/SLA/AGGRaster.hpp"
|
#include "libslic3r/SLA/AGGRaster.hpp"
|
||||||
|
#include "libslic3r/BoundingBox.hpp"
|
||||||
|
|
||||||
using namespace Slic3r;
|
using namespace Slic3r;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue