add cstdint behind ifdef __GNUC__ for compiling under alpine linux
note: in other headers there is a mix of including the ifdef
This commit is contained in:
committed by
Chris Hennes
parent
12f7dff7a6
commit
3d5a58b591
@@ -26,6 +26,10 @@
|
||||
|
||||
// Std. configurations
|
||||
|
||||
#ifdef __GNUC__
|
||||
# include <cstdint>
|
||||
#endif
|
||||
|
||||
#include <sstream>
|
||||
#include <vector>
|
||||
#include <Base/Tools3D.h>
|
||||
|
||||
Reference in New Issue
Block a user