mirror of
https://github.com/mbierlee/poodinis.git
synced 2024-11-15 04:04:01 +01:00
Fix missing import for release build
This commit is contained in:
parent
2a52fc9af4
commit
6d1907bb3d
|
@ -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