[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:41:24 PST 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG6d020a5ac2d5: [BOLT] Add missing <memory> in InstrumentationRuntimeLibrary.h (authored by Amir).

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.402627.patch
Type: text/x-patch
Size: 441 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220124/f56bcaa6/attachment.bin>


More information about the llvm-commits mailing list