mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-31 03:52:00 +08:00
New gcode visualization - Added missing headers
This commit is contained in:
parent
c7c594c302
commit
caf1e23b5c
@ -6,6 +6,7 @@
|
||||
#define VGCODE_OPTIONTEMPLATE_HPP
|
||||
|
||||
#include <cstdint>
|
||||
#include <cstddef>
|
||||
|
||||
namespace libvgcode {
|
||||
|
||||
|
@ -5,6 +5,8 @@
|
||||
#ifndef VGCODE_SEGMENTTEMPLATE_HPP
|
||||
#define VGCODE_SEGMENTTEMPLATE_HPP
|
||||
|
||||
#include <cstddef>
|
||||
|
||||
namespace libvgcode {
|
||||
|
||||
class SegmentTemplate
|
||||
|
Loading…
x
Reference in New Issue
Block a user