added missing OpenMP header.

This commit is contained in:
suter_a 2018-05-04 21:36:35 +02:00
parent 3ddb736f88
commit 13242bd5d0

View File

@ -27,6 +27,10 @@
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#ifdef HAVE_GOMP
#include <omp.h>
#endif
#include <iostream>
using namespace std;