mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 00:52:04 +00:00
Move cstdint to Zipper header.
The declarations already contain specific integers.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user