diff options
| author | 2013-02-15 14:48:52 -0800 | |
|---|---|---|
| committer | 2013-02-15 14:48:52 -0800 | |
| commit | b7daa0dadebdb043d63e585975a128c5fc087168 (patch) | |
| tree | 479ae0b745751e528e4ac721c63b0816ee0967fa /cmds/flatland/Main.cpp | |
| parent | e3c697fb929c856b59fa56a8e05a2a7eba187c3d (diff) | |
fix build: SurfaceTextureClient to Surface rename
Change-Id: Ibcf98337940f9195bcff7b5e8bddb6e912e65163
Diffstat (limited to 'cmds/flatland/Main.cpp')
| -rw-r--r-- | cmds/flatland/Main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/flatland/Main.cpp b/cmds/flatland/Main.cpp index a65052ed54..99715d39d6 100644 --- a/cmds/flatland/Main.cpp +++ b/cmds/flatland/Main.cpp @@ -18,6 +18,7 @@ #include <gui/GraphicBufferAlloc.h> #include <gui/Surface.h> +#include <gui/SurfaceControl.h> #include <gui/GLConsumer.h> #include <gui/Surface.h> #include <ui/Fence.h> |