Skip to content

Commit 1f93b68

Browse files
committed
Switch from compiled.h to gap_all.h
This is the preferred header since GAP 4.12 (which this package requires anyway).
1 parent 0773351 commit 1f93b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CddInterface.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* CddInterface: Gap interface to Cdd package
33
*/
44

5-
#include "compiled.h" // GAP headers
5+
#include "gap_all.h" // GAP headers
66
#include "config.h"
77

88
#if HAVE_CDDLIB_SETOPER_H == 1

0 commit comments

Comments
 (0)