mirror of
https://abf.rosa.ru/djam/chromium-browser-stable-slava86.git
synced 2025-02-24 07:52:54 +00:00
14 lines
291 B
Diff
14 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
|
|
{
|
|
|