diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2023-09-10 22:36:39 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2023-09-11 00:04:06 (GMT) |
commit | dca1d8cefde54fa6f23c2963aef61d211fc1d7d0 (patch) | |
tree | e44894c936c4d55fed4cde1fc545a325f41154d8 /plugins/ropgadgets | |
parent | b370370a9e35f9dd2357102b17338d3d93bb62aa (diff) |
Fix the compilation when GTK support is enabled.
Diffstat (limited to 'plugins/ropgadgets')
-rw-r--r-- | plugins/ropgadgets/select.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/ropgadgets/select.c b/plugins/ropgadgets/select.c index a45f043..c0cf08d 100644 --- a/plugins/ropgadgets/select.c +++ b/plugins/ropgadgets/select.c @@ -35,10 +35,12 @@ #include <i18n.h> +#include <analysis/binary.h> #include <analysis/contents/file.h> #include <core/global.h> #include <common/cpp.h> #include <common/extstr.h> +#include <core/columns.h> #include <core/processors.h> #include <format/known.h> #include <gui/core/global.h> |