Merge pull request #1 from pablooliveira/qmckl_integration

Fix linking problem against libqmckl
This commit is contained in:
François Coppens 2021-07-21 13:19:04 +02:00 committed by GitHub
commit 4f29412bbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,11 @@
#include "hdf5/serial/hdf5.h"
#include "Helpers.hpp"
extern "C" {
#include "qmckl.h"
}
#include "assert.h"
#ifdef HAVE_CONFIG_H
#include "config.h"