From 1ea17dc174ade0bfeb0f96bab6cdc41c3c2b7cef Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 20 Jun 2025 00:15:14 +0200 Subject: [PATCH] Replace compiled.h by gap_all.h No functional change for this package but makes it future-proof. --- src/NautyTracesInterface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NautyTracesInterface.c b/src/NautyTracesInterface.c index c973327..b6cc503 100644 --- a/src/NautyTracesInterface.c +++ b/src/NautyTracesInterface.c @@ -2,7 +2,7 @@ * NautyTracesInterface: An interface to nauty */ -#include "compiled.h" /* GAP headers */ +#include "gap_all.h" /* GAP headers */ #include #include #include