mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +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 <exception>
|
||||||
|
|
||||||
#include "Zipper.hpp"
|
#include "Zipper.hpp"
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
#ifndef ZIPPER_HPP
|
#ifndef ZIPPER_HPP
|
||||||
#define ZIPPER_HPP
|
#define ZIPPER_HPP
|
||||||
|
|
||||||
|
#include <cstdint>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user