From 3387cab883d3eb03b5c78ef0df0a18fbdae32eed Mon Sep 17 00:00:00 2001 From: Tom Cherry Date: Mon, 13 Apr 2020 11:04:01 -0700 Subject: Include what you use: This was transitively included, but no longer is, so it must be explicitly included. Exempt-From-Owner-Approval: Janitorial Test: build Change-Id: I369e3bdc049f811acbcea095d90960a16d5ff4e0 --- opengl/libs/EGL/FileBlobCache.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/opengl/libs/EGL/FileBlobCache.cpp b/opengl/libs/EGL/FileBlobCache.cpp index cc42ac7fef..96a29e1378 100644 --- a/opengl/libs/EGL/FileBlobCache.cpp +++ b/opengl/libs/EGL/FileBlobCache.cpp @@ -17,11 +17,12 @@ #include "FileBlobCache.h" #include +#include #include -#include #include #include +#include // Cache file header static const char* cacheFileMagic = "EGL$"; -- cgit v1.2.3-59-g8ed1b