mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 03:13:39 +00:00
Fix compilation on MSVC
This commit is contained in:
@@ -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 {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user