From 0d1c700214bc59d522b21e70cd05d6880f7feb9f Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Fri, 7 Nov 2014 09:33:44 -0800 Subject: [PATCH] Add missing include to fix libc++ build. This was previously committed, but I guess it got lost in the merge queue. Bug: 15193147 Change-Id: Ic0e5d90ab403fb833d6a3bb7c55d279c56534869 --- libs/gui/tests/SRGB_test.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/gui/tests/SRGB_test.cpp b/libs/gui/tests/SRGB_test.cpp index 2d5b8aaf2..da2add716 100644 --- a/libs/gui/tests/SRGB_test.cpp +++ b/libs/gui/tests/SRGB_test.cpp @@ -19,6 +19,8 @@ #include "GLTest.h" +#include + #include #include #include