Skip to content

Commit 89ea032

Browse files
lzaoralmchalupa
authored andcommitted
tools/llvm-slicer-metadata: Fix compilation with GCC 12
1 parent 65912ce commit 89ea032

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/llvm-slicer-metadata.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
#include "dg/tools/llvm-slicer-utils.h"
88

9+
#include <map>
10+
911
using MapTy = std::map<const llvm::Value *, CVariableDecl>;
1012

1113
// create the mapping from LLVM values to C variable names

0 commit comments

Comments
 (0)