mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 02:29:04 +08:00
Fix unguarded header
This commit is contained in:
parent
c448b31204
commit
99581a5e53
@ -4,6 +4,8 @@
|
||||
// paper: https://people.eecs.berkeley.edu/~jrs/meshpapers/GarlandHeckbert2.pdf
|
||||
// sum up: https://users.csc.calpoly.edu/~zwood/teaching/csc570/final06/jseeba/
|
||||
// inspiration: https://github.com/sp4cerat/Fast-Quadric-Mesh-Simplification
|
||||
#ifndef PRUSASLICER_QUADRIC_EDGE_COLLAPSE_HPP
|
||||
#define PRUSASLICER_QUADRIC_EDGE_COLLAPSE_HPP
|
||||
|
||||
#include <cstdint>
|
||||
#include <functional>
|
||||
@ -30,3 +32,5 @@ void its_quadric_edge_collapse(
|
||||
|
||||
} // namespace Slic3r
|
||||
#endif // slic3r_quadric_edge_collapse_hpp_
|
||||
|
||||
#endif // PRUSASLICER_QUADRIC_EDGE_COLLAPSE_HPP
|
||||
|
Loading…
x
Reference in New Issue
Block a user