Skip to content

Commit

Permalink
Add missing declaration/includes (fix non-PCH build)
Browse files Browse the repository at this point in the history
  • Loading branch information
wavexx authored and lukasmatena committed Feb 21, 2022
1 parent fe14c54 commit 3a821d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libslic3r/Format/SL1.hpp
Expand Up @@ -8,6 +8,8 @@
#include "libslic3r/Zipper.hpp"
#include "libslic3r/PrintConfig.hpp"

struct indexed_triangle_set;

namespace Slic3r {

class SL1Archive: public SLAArchive {
Expand Down
1 change: 1 addition & 0 deletions src/libslic3r/Format/SL1_SVG.cpp
Expand Up @@ -2,6 +2,7 @@
#include "SLA/RasterBase.hpp"
#include "libslic3r/LocalesUtils.hpp"
#include "libslic3r/ClipperUtils.hpp"
#include "libslic3r/BoundingBox.hpp"

#include <limits>
#include <cstdint>
Expand Down

0 comments on commit 3a821d6

Please sign in to comment.