0001-third_party-angle-Include-missing-header-cstddef-in-.patch 439 Bytes
Newer Older
1
Index: chromium-129.0.6668.58/third_party/angle/src/libANGLE/Constants.h
2
===================================================================
3 4
--- chromium-129.0.6668.58.orig/third_party/angle/src/libANGLE/Constants.h
+++ chromium-129.0.6668.58/third_party/angle/src/libANGLE/Constants.h
5 6 7 8 9 10 11 12
@@ -9,6 +9,7 @@
 #ifndef LIBANGLE_CONSTANTS_H_
 #define LIBANGLE_CONSTANTS_H_
 
+#include <cstddef>
 #include "common/platform.h"
 
 #include <stddef.h>