mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-26 19:36:25 -06:00
Add #define to fix compile on clang.
Necessary due to primitive check for std::unique_ptr in the XSD library.
This commit is contained in:
parent
4e7d9b5900
commit
408fadca8e
@ -19,6 +19,8 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#define XSD_CXX11_TEMPLATE_ALIAS 1
|
||||
|
||||
#include <damaris/model/ModifyModel.hpp>
|
||||
#include <opm/simulators/utils/DamarisOutputModule.hpp>
|
||||
#include <opm/simulators/utils/DamarisKeywords.hpp>
|
||||
|
Loading…
Reference in New Issue
Block a user