mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
gcc bailed out on <cstdint>
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
#include <cstdint>
|
#include <stdint.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
||||||
#define SLIC3R_VERSION "1.3.0-dev"
|
#define SLIC3R_VERSION "1.3.0-dev"
|
||||||
|
|||||||
Reference in New Issue
Block a user