blob: 2344252c64a2b2f3ff19b19c19746a2c18b18f29 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
diff -rup mathutil.h.orig mathutil.h
--- a/Source/ThirdParty/ANGLE/src/common/mathutil.h
+++ b/Source/ThirdParty/ANGLE/src/common/mathutil.h
@@ -14,6 +14,7 @@
#include <limits>
#include <algorithm>
+#include <cstdint>
#include <string.h>
#include <stdlib.h>
|