mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 04:08:02 -06:00
Bugfix: missing include assert.h #3155
This commit is contained in:
parent
37d0558873
commit
c0248dea8c
4 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
#include "BoundingBox.hpp"
|
||||
#include "MotionPlanner.hpp"
|
||||
#include <limits> // for numeric_limits
|
||||
#include <assert.h>
|
||||
|
||||
#include "boost/polygon/voronoi.hpp"
|
||||
using boost::polygon::voronoi_builder;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue