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
This commit is contained in:
Dan Albert 2014-11-07 09:33:44 -08:00
parent c90b7d9c0f
commit 0d1c700214
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@
#include "GLTest.h"
#include <math.h>
#include <gui/CpuConsumer.h>
#include <gui/Surface.h>
#include <gui/SurfaceComposerClient.h>