diff --git a/applications/HDF5Application/custom_io/hdf5_file.cpp b/applications/HDF5Application/custom_io/hdf5_file.cpp index 8b32526adbc7..df4afc0c4249 100644 --- a/applications/HDF5Application/custom_io/hdf5_file.cpp +++ b/applications/HDF5Application/custom_io/hdf5_file.cpp @@ -1091,6 +1091,9 @@ void File::ReadDataSetImpl( } // template instantiations +template KRATOS_API(HDF5_APPLICATION) bool File::HasDataType(const std::string&) const; +template KRATOS_API(HDF5_APPLICATION) bool File::HasDataType(const std::string&) const; + #ifndef KRATOS_HDF5_FILE_DATA_SET_METHOD_INSTANTIATION #define KRATOS_HDF5_FILE_DATA_SET_METHOD_INSTANTIATION(...) \ template KRATOS_API(HDF5_APPLICATION) void File::WriteDataSetImpl<__VA_ARGS__, File::DataTransferMode::Collective>(const std::string&, const __VA_ARGS__&, WriteInfo&); \