0001-third_party-angle-Include-missing-header-cstddef-in-.patch 442 Bytes
Newer Older
1
Index: chromium-128.0.6613.137/third_party/angle/src/libANGLE/Constants.h
2
===================================================================
3 4
--- chromium-128.0.6613.137.orig/third_party/angle/src/libANGLE/Constants.h
+++ chromium-128.0.6613.137/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>