From cbd7a2efcb367677f189e3bfed0f8206b1bd474d Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 5 Mar 2021 18:37:21 -0500 Subject: fix issues raised by dmd2.095.1 ldc2 1.25.0 --- src/doc_reform/io_out/odt.d | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/doc_reform/io_out/odt.d') diff --git a/src/doc_reform/io_out/odt.d b/src/doc_reform/io_out/odt.d index e12f93f..eae48f6 100644 --- a/src/doc_reform/io_out/odt.d +++ b/src/doc_reform/io_out/odt.d @@ -886,6 +886,7 @@ template outputODT() { auto ref M doc_matters, ) { { /+ (copy odt images) +/ + import doc_reform.io_out.paths_output; auto pth_odt = spinePathsODT!()(doc_matters); foreach (image; doc_matters.srcs.image_list) { auto fn_src_in = doc_matters.src.image_dir_path ~ "/" ~ image; @@ -925,6 +926,7 @@ template outputODT() { void dirtree(I)( I doc_matters, ) { + import doc_reform.io_out.paths_output; auto pth_odt = spinePathsODT!()(doc_matters); if (doc_matters.opt.action.debug_do) { /+ (dir tree) +/ if (!exists(pth_odt.meta_inf_dir("fs"))) { -- cgit v1.2.3