mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-06-05 21:35:17 -04:00
Move cstdint to Zipper header.
The declarations already contain specific integers.
This commit is contained in:
parent
3c8024bddd
commit
7a5d3de1c4
@ -1,4 +1,3 @@
|
||||
#include <cstdint>
|
||||
#include <exception>
|
||||
|
||||
#include "Zipper.hpp"
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
#ifndef ZIPPER_HPP
|
||||
#define ZIPPER_HPP
|
||||
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
#include <memory>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user