Merge pull request #1831 from akva2/fix_missing_config_h_include

fixed: include config.h for HAVE_OPENMP
This commit is contained in:
Atgeirr Flø Rasmussen
2020-06-19 14:55:49 +02:00
committed by GitHub
+2
View File
@@ -23,6 +23,8 @@
#include <string.h>
#include <stdio.h>
#include "config.h"
#if HAVE_OPENMP
#include <omp.h>
#endif