Skip to content

Commit 4210c59

Browse files
committed
Fix after rebase
1 parent d31d00d commit 4210c59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/IO/AbstractIOHandlerImpl.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
#include "openPMD/IO/AbstractIOHandlerImpl.hpp"
2323

24+
#include "openPMD/Datatype_internal.hpp"
2425
#include "openPMD/IO/IOTask.hpp"
2526
#include "openPMD/Streaming.hpp"
2627
#include "openPMD/auxiliary/Environment.hpp"
@@ -310,7 +311,7 @@ std::future<void> AbstractIOHandlerImpl::flush()
310311
return res.str();
311312
}
312313
},
313-
parameter.resource);
314+
parameter.resource<attribute_types>());
314315
});
315316
writeAttribute(i.writable, parameter);
316317
break;

0 commit comments

Comments
 (0)