We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20b0a2b commit 6193909Copy full SHA for 6193909
GLTFSDK/Inc/GLTFSDK/Math.h
@@ -5,6 +5,7 @@
5
6
#include <array>
7
#include <cmath>
8
+#include <cstdint>
9
10
namespace Microsoft
11
{
GLTFSDK/Source/Color.cpp
@@ -4,6 +4,7 @@
4
#include <GLTFSDK/Color.h>
#include <GLTFSDK/Math.h>
+#include <limits>
using namespace Microsoft::glTF;
0 commit comments