fixed: include config.h for HAVE_OPENMP

This commit is contained in:
Arne Morten Kvarving
2020-06-19 12:54:47 +02:00
parent 146e5930e2
commit 4bc00663ea

View File

@@ -23,6 +23,8 @@
#include <string.h>
#include <stdio.h>
#include "config.h"
#if HAVE_OPENMP
#include <omp.h>
#endif