Commit 96d09bd4 authored by Marek Haranczyk's avatar Marek Haranczyk Committed by Commit Bot

[IWYU] Add missing include in scoped_generic_unittest.h for std::make_unique.

Change-Id: Ie5725cd32fff43807e6f4129d7234ecf1143e14b
Reviewed-on: https://chromium-review.googlesource.com/c/1335575Reviewed-by: default avatarDaniel Cheng <dcheng@chromium.org>
Commit-Queue: Marek Haranczyk <mharanczyk@opera.com>
Cr-Commit-Position: refs/heads/master@{#608306}
parent 6424c5b0
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
#include "base/scoped_generic.h" #include "base/scoped_generic.h"
#include <memory>
#include <unordered_map> #include <unordered_map>
#include <unordered_set> #include <unordered_set>
#include <utility> #include <utility>
......
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