mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-26 05:35:12 +02:00
11 lines
266 B
Diff
11 lines
266 B
Diff
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>
|
|
|