From 83da278093e32f1e089a12d880c7ec65dfbb1457 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Wed, 6 Jun 2018 09:27:49 +0200 Subject: [PATCH] Update common.h --- common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/common.h b/common.h index cd1c4c0d1..663f37e7b 100644 --- a/common.h +++ b/common.h @@ -663,6 +663,7 @@ __declspec(dllimport) int __cdecl omp_get_num_procs(void); #ifndef _Atomic #define _Atomic volatile #endif +#endif #else #ifdef __ELF__