Skip to content

Commit

Permalink
[BOLT] Add missing <memory> in InstrumentationRuntimeLibrary.h
Browse files Browse the repository at this point in the history
<memory> is no longer included as a result of 5f290c0
("Move STLFunctionalExtras out of STLExtras").

Reviewed By: maksfb

Differential Revision: https://reviews.llvm.org/D118064
  • Loading branch information
aaupov committed Jan 24, 2022
1 parent c548bc2 commit 6d020a5
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -16,6 +16,7 @@

#include "bolt/Passes/InstrumentationSummary.h"
#include "bolt/RuntimeLibs/RuntimeLibrary.h"
#include <memory>

namespace llvm {
namespace bolt {
Expand Down

0 comments on commit 6d020a5

Please sign in to comment.