mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 22:24:01 -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/tools/MeshToVolume.h>
|
||||
#include <openvdb/tools/VolumeToMesh.h>
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
class TriangleMeshDataAdapter {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue