New gcode visualization - Added missing headers

This commit is contained in:
enricoturri1966 2023-12-20 11:51:21 +01:00 committed by Lukas Matena
parent c7c594c302
commit caf1e23b5c
2 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#define VGCODE_OPTIONTEMPLATE_HPP
#include <cstdint>
#include <cstddef>
namespace libvgcode {

View File

@ -5,6 +5,8 @@
#ifndef VGCODE_SEGMENTTEMPLATE_HPP
#define VGCODE_SEGMENTTEMPLATE_HPP
#include <cstddef>
namespace libvgcode {
class SegmentTemplate