mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-09-16 18:23:15 +08:00
Add missing header guards to VoronoiVisualUtils.
This commit is contained in:
parent
aaf14f94bb
commit
34d9b0678b
@ -2,6 +2,9 @@
|
|||||||
///|/
|
///|/
|
||||||
///|/ PrusaSlicer is released under the terms of the AGPLv3 or higher
|
///|/ PrusaSlicer is released under the terms of the AGPLv3 or higher
|
||||||
///|/
|
///|/
|
||||||
|
#ifndef slic3r_VoronoiVisualUtils_hpp_
|
||||||
|
#define slic3r_VoronoiVisualUtils_hpp_
|
||||||
|
|
||||||
#include <stack>
|
#include <stack>
|
||||||
|
|
||||||
#include <libslic3r/Geometry.hpp>
|
#include <libslic3r/Geometry.hpp>
|
||||||
@ -455,3 +458,5 @@ static inline void dump_voronoi_to_svg(
|
|||||||
}
|
}
|
||||||
|
|
||||||
} // namespace Slic3r
|
} // namespace Slic3r
|
||||||
|
|
||||||
|
#endif // slic3r_VoronoiVisualUtils_hpp_
|
||||||
|
Loading…
x
Reference in New Issue
Block a user