Add memory header to maps/perf_event_array.h

This commit is contained in:
Pragyansh Chaturvedi
2025-10-20 05:04:19 +05:30
parent 638533c19a
commit dd552de02c

View File

@ -5,6 +5,7 @@
#include <pybind11/functional.h>
#include <pybind11/pybind11.h>
#include <string>
#include <memory>
class StructParser;
class BpfMap;