mirror of
https://abf.rosa.ru/djam/chromium-browser-stable.git
synced 2025-02-24 15:12:49 +00:00
15 lines
291 B
Diff
15 lines
291 B
Diff
![]() |
Description: add missing include, for size_t
|
||
|
Author: Olivier Tilloy <olivier.tilloy@canonical.com>
|
||
|
|
||
|
--- a/third_party/angle/src/libANGLE/Constants.h
|
||
|
+++ b/third_party/angle/src/libANGLE/Constants.h
|
||
|
@@ -11,6 +11,8 @@
|
||
|
|
||
|
#include "common/platform.h"
|
||
|
|
||
|
+#include <cstddef>
|
||
|
+
|
||
|
namespace gl
|
||
|
{
|
||
|
|