more missing includes (#6398)

Here are more missing header files recently identified by building
without precompiled header support.
This commit is contained in:
Robert Schiele 2024-08-09 15:33:09 +02:00 committed by GitHub
parent ad8cec26af
commit 7bbffaa996
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 7 additions and 0 deletions

View file

@ -2,6 +2,7 @@
//CuraEngine is released under the terms of the AGPLv3 or higher.
#include "SkeletalTrapezoidationGraph.hpp"
#include "../Line.hpp"
#include <ankerl/unordered_dense.h>