1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Move cstdint to Zipper header.

The declarations already contain specific integers.
This commit is contained in:
tamasmeszaros
2019-06-04 09:26:33 +02:00
parent 3c8024bddd
commit 7a5d3de1c4
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -1,4 +1,3 @@
#include <cstdint>
#include <exception> #include <exception>
#include "Zipper.hpp" #include "Zipper.hpp"
+1
View File
@@ -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>