mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 23:56:06 +00:00
[libc++] Use explicit #include instead of transitive #include (#115420)
This benchmark test currently uses `std::unique_ptr` without explicitly `#include <memory>`. I think we should not rely on transitive inclusion.
This commit is contained in:
parent
da9499ebfb
commit
7844257fc2
@ -13,6 +13,8 @@
|
||||
#include <cstring>
|
||||
#include <deque>
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "benchmark/benchmark.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user