added missing header files.

This commit is contained in:
2018-06-04 09:29:16 +02:00
parent fda88a69ad
commit b2c8b9b72b

View File

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