diff options
Diffstat (limited to 'middle/tanya/memory/smartref.d')
| -rw-r--r-- | middle/tanya/memory/smartref.d | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/middle/tanya/memory/smartref.d b/middle/tanya/memory/smartref.d index 953513e..ddde63b 100644 --- a/middle/tanya/memory/smartref.d +++ b/middle/tanya/memory/smartref.d @@ -23,7 +23,8 @@ */ module tanya.memory.smartref; -import tanya.memory; +import tanya.memory.allocator; +import tanya.memory.lifetime; import tanya.meta.trait; private template Payload(T) |
