Skip to content

Commit 4feaa4d

Browse files
include <omp.h> in naugraph.c
Update classdesc ref.
1 parent 51f2d26 commit 4feaa4d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

classdesc

src/naugraph.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616

1717
#define ONE_WORD_SETS
1818
#include "nauty.h"
19+
#ifdef _OPENMP
20+
#include <omp.h>
21+
#endif
1922

2023
/* macros for hash-codes: */
2124
#define MASH(l,i) ((((l) ^ 065435) + (i)) & 077777)

0 commit comments

Comments
 (0)