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 12f7dff7a6
commit 3d5a58b591

View File

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