branch: mb-fix_compilation_error
commit aeee8112949af33fa08984c1525f221213a1c369
Author: mb <[email protected]>
Date:   Tue Dec 12 14:45:33 2017 +0100

    Add missing definition of GETFEM_HAVE_OPENMP.
---
 src/gmm/gmm_std.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/gmm/gmm_std.h b/src/gmm/gmm_std.h
index b49fc06..4d565e5 100644
--- a/src/gmm/gmm_std.h
+++ b/src/gmm/gmm_std.h
@@ -124,6 +124,8 @@ inline void GMM_NOPERATION_(int) { }
 #include <array>
 #include <locale.h>
 
+#include "getfem/getfem_arch_config.h"
+
 namespace std {
 #if defined(__GNUC__) && (__cplusplus <= 201103L)
   template<typename _Tp>

Reply via email to