Commit a4de8da1 authored by Maksim Sisov's avatar Maksim Sisov Committed by Commit Bot

Fix a GCC error about undeclared std::unique_ptr

The memory header was missing from this header. Adding it here.

Change-Id: Ic52dc3a194fabb50dd6758e6b1af693358b408cc
Reviewed-on: https://chromium-review.googlesource.com/1213247
Commit-Queue: Maksim Sisov <msisov@igalia.com>
Reviewed-by: default avatarSadrul Chowdhury <sadrul@chromium.org>
Cr-Commit-Position: refs/heads/master@{#589838}
parent a2b7dd59
......@@ -5,6 +5,8 @@
#ifndef UI_AURA_SCREEN_OZONE_H_
#define UI_AURA_SCREEN_OZONE_H_
#include <memory>
#include "base/macros.h"
#include "ui/aura/aura_export.h"
#include "ui/display/screen.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment