Added conditinal include of the OpenMP header.

This commit is contained in:
rdentato
2023-08-06 21:07:09 +00:00
parent a7a3aa09b8
commit 999b1bf776
+5
View File
@@ -20,6 +20,11 @@ $ ./run
#include <unistd.h>
#include <sys/mman.h>
#endif
#ifdef _OPENMP
#include <omp.h>
#endif
// ----------------------------------------------------------------------------
// Transformer and RunState structs, and related memory management