Commit 9a481b6e by Pierre-Marc Berube Committed by Commit Bot

Add missing #include to fix build with GCC 10.

Bug: angleproject:4389 Change-Id: I4a2f04a12a059924871f5d54f137c67670747ebd Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2063042Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent ee0498b9
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
#define ANGLE_PLATFORM_H #define ANGLE_PLATFORM_H
#include <stdint.h> #include <stdint.h>
#include <stdlib.h>
#include <array> #include <array>
#define EGL_PLATFORM_ANGLE_PLATFORM_METHODS_ANGLEX 0x3482 #define EGL_PLATFORM_ANGLE_PLATFORM_METHODS_ANGLEX 0x3482
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment