Skip to content

Commit c78060e

Browse files
authored
Use gap_all.h instead of compiled.h (#765)
1 parent 7c336ca commit c78060e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gap-includes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
#pragma GCC diagnostic ignored "-Winline"
2626
#endif
2727
// GAP headers
28-
#include "compiled.h" // for Obj, Int
28+
#include "gap_all.h" // for Obj, Int
2929

3030
#endif // DIGRAPHS_SRC_GAP_INCLUDES_H_

0 commit comments

Comments
 (0)