[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:10:53 PST 2022
Amir updated this revision to Diff 402623.
Amir added a comment.
Lint
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118064/new/
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.402623.patch
Type: text/x-patch
Size: 441 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220124/e63f99ed/attachment.bin>
More information about the llvm-commits
mailing list