summaryrefslogtreecommitdiff
path: root/libs/hwui/PixelBuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/hwui/PixelBuffer.h')
-rw-r--r--libs/hwui/PixelBuffer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/hwui/PixelBuffer.h b/libs/hwui/PixelBuffer.h
index 9536bc807fbc..77d5e413cb36 100644
--- a/libs/hwui/PixelBuffer.h
+++ b/libs/hwui/PixelBuffer.h
@@ -18,7 +18,8 @@
#define ANDROID_HWUI_PIXEL_BUFFER_H
#include <GLES3/gl3.h>
-#include <cutils/log.h>
+
+#include <log/log.h>
namespace android {
namespace uirenderer {