gcc bailed out on <cstdint>

This commit is contained in:
bubnikv 2016-10-20 18:38:44 +02:00
parent 978fca6f7c
commit 59f3fed9f2

View File

@ -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"