mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 14:44:19 -06:00
Fix compilation on MSVC
This commit is contained in:
parent
62983850c5
commit
9dafc324f0
2 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,9 @@
|
||||||
|
#define NOMINMAX
|
||||||
#include "openvdb_utils.hpp"
|
#include "openvdb_utils.hpp"
|
||||||
|
|
||||||
|
#include <openvdb/tools/MeshToVolume.h>
|
||||||
|
#include <openvdb/tools/VolumeToMesh.h>
|
||||||
|
|
||||||
namespace Slic3r {
|
namespace Slic3r {
|
||||||
|
|
||||||
class TriangleMeshDataAdapter {
|
class TriangleMeshDataAdapter {
|
||||||
|
|
|
@ -4,8 +4,6 @@
|
||||||
#include <libslic3r/TriangleMesh.hpp>
|
#include <libslic3r/TriangleMesh.hpp>
|
||||||
#include <libslic3r/SLA/SLABoilerPlate.hpp>
|
#include <libslic3r/SLA/SLABoilerPlate.hpp>
|
||||||
#include <openvdb/openvdb.h>
|
#include <openvdb/openvdb.h>
|
||||||
#include <openvdb/tools/MeshToVolume.h>
|
|
||||||
#include <openvdb/tools/VolumeToMesh.h>
|
|
||||||
|
|
||||||
namespace Slic3r {
|
namespace Slic3r {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue