From dd552de02c271e6dff0dba9860d3a076e2880a08 Mon Sep 17 00:00:00 2001 From: Pragyansh Chaturvedi Date: Mon, 20 Oct 2025 05:04:19 +0530 Subject: [PATCH] Add memory header to maps/perf_event_array.h --- src/maps/perf_event_array.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/maps/perf_event_array.h b/src/maps/perf_event_array.h index 0d09210..1b75440 100644 --- a/src/maps/perf_event_array.h +++ b/src/maps/perf_event_array.h @@ -5,6 +5,7 @@ #include #include #include +#include class StructParser; class BpfMap;