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:
Morgan 'ARR\!' Allen
2023-08-03 18:09:28 -07:00
committed by Chris Hennes
parent ea49b3fe78
commit f8f02f0895

View File

@@ -26,6 +26,10 @@
// Std. configurations
#ifdef __GNUC__
# include <cstdint>
#endif
#include <sstream>
#include <vector>
#include <Base/Tools3D.h>