forked from lijiext/lammps
protect OpenMP header include with ifdefs
This commit is contained in:
parent
35abbab966
commit
25c46593ee
|
@ -32,7 +32,9 @@
|
|||
#pragma offload_attribute(pop)
|
||||
#endif
|
||||
|
||||
#if defined(_OPENMP)
|
||||
#include <omp.h>
|
||||
#endif
|
||||
#include <string.h>
|
||||
#include "pair_airebo_intel.h"
|
||||
#include "atom.h"
|
||||
|
|
Loading…
Reference in New Issue