Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions pkg/JuliaInterface/src/JuliaInterface.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@
#include "convert.h"
#include "sync.h"

// With gap 4.15, the header julia_gc.h is available through gap_all.h.
// To still support GAP 4.14, we include it conditionally.
#ifndef GAP_JULIA_GC_H
#include <julia_gc.h> // GAP header
#endif

#include <julia_gcext.h> // Julia header

Expand Down
Loading