mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 07:03:59 -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
|
||||
#include <catch2/catch.hpp>
|
||||
|
||||
#include <numeric>
|
||||
|
||||
#include "libslic3r/PNGRead.hpp"
|
||||
#include "libslic3r/SLA/AGGRaster.hpp"
|
||||
#include "libslic3r/BoundingBox.hpp"
|
||||
|
||||
using namespace Slic3r;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue