[PATCH] D118064: [BOLT] Add missing <memory> in InstrumentationRuntimeLibrary.h
Amir Ayupov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 24 12:08:10 PST 2022
Amir created this revision.
Amir added reviewers: maksfb, rafauler, yota9.
Herald added a subscriber: ayermolo.
Amir requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
<memory> is no longer included as a result of 5f290c090a24 <https://reviews.llvm.org/rG5f290c090a2404238a5b0ae4233f3ae9daec319e>
("Move STLFunctionalExtras out of STLExtras").
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D118064
Files:
bolt/include/bolt/RuntimeLibs/InstrumentationRuntimeLibrary.h
Index: bolt/include/bolt/RuntimeLibs/InstrumentationRuntimeLibrary.h
===================================================================
--- bolt/include/bolt/RuntimeLibs/InstrumentationRuntimeLibrary.h
+++ bolt/include/bolt/RuntimeLibs/InstrumentationRuntimeLibrary.h
@@ -16,6 +16,7 @@
#include "bolt/Passes/InstrumentationSummary.h"
#include "bolt/RuntimeLibs/RuntimeLibrary.h"
+#include <memory>
namespace llvm {
namespace bolt {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118064.402621.patch
Type: text/x-patch
Size: 441 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220124/a941a83a/attachment.bin>
More information about the llvm-commits
mailing list