mirror of
https://github.com/mbierlee/poodinis.git
synced 2025-01-18 21:40:38 +01:00
Fix missing import for release build
This commit is contained in:
parent
2a52fc9af4
commit
6d1907bb3d
1 changed files with 1 additions and 4 deletions
|
@ -18,10 +18,7 @@ import std.exception;
|
|||
import std.traits;
|
||||
import std.meta;
|
||||
import std.string;
|
||||
|
||||
debug {
|
||||
import std.stdio;
|
||||
}
|
||||
import std.stdio;
|
||||
|
||||
alias CreatesSingleton = Flag!"CreatesSingleton";
|
||||
alias InstanceFactoryMethod = Object delegate();
|
||||
|
|
Loading…
Reference in a new issue