From 66c3a829dc129b6081979facf5a652d5d9f1f51a Mon Sep 17 00:00:00 2001 From: Chris Craik Date: Tue, 25 Apr 2017 13:41:32 -0700 Subject: Fix include Bug: 35387665 Test: builds with HWUI_ENABLE_OPENGL_VALIDATION := false Dependency on gl3.h was added while that header was auto-included for error checking purposes. Add the include to enable us to disable gl error checking. Change-Id: Ic969da716e2323f8e42d20da8fd0a6fa653f9775 --- libs/hwui/Texture.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libs') diff --git a/libs/hwui/Texture.h b/libs/hwui/Texture.h index 052c01890317..55b74ed9e234 100644 --- a/libs/hwui/Texture.h +++ b/libs/hwui/Texture.h @@ -28,6 +28,7 @@ #include #include +#include #include #include #include -- cgit v1.2.3-59-g8ed1b