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 /src/glibext/generators | |
parent | b370370a9e35f9dd2357102b17338d3d93bb62aa (diff) |
Fix the compilation when GTK support is enabled.
Diffstat (limited to 'src/glibext/generators')
-rw-r--r-- | src/glibext/generators/hex.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glibext/generators/hex.c b/src/glibext/generators/hex.c index d9e5251..668ebae 100644 --- a/src/glibext/generators/hex.c +++ b/src/glibext/generators/hex.c @@ -32,6 +32,7 @@ #include "../gbinarycursor.h" #include "../linegen-int.h" #include "../linesegment.h" +#include "../../core/columns.h" #include "../../core/params.h" #include "../../gtkext/hexdisplay.h" |