diff options
Diffstat (limited to 'src/sdp/meta/metadoc.d')
-rw-r--r-- | src/sdp/meta/metadoc.d | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sdp/meta/metadoc.d b/src/sdp/meta/metadoc.d index b2f6270..eca4df7 100644 --- a/src/sdp/meta/metadoc.d +++ b/src/sdp/meta/metadoc.d @@ -2,6 +2,8 @@ module sdp.meta.metadoc; template SiSUabstraction() { import std.getopt, + std.file, + std.path, std.process; import sdp.meta, |