Skip to content

Commit

Permalink
Add missing stdio import
Browse files Browse the repository at this point in the history
  • Loading branch information
joakim-brannstrom committed Jan 23, 2016
1 parent 22b1c0b commit 8687875
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nspace.d
Expand Up @@ -17,6 +17,7 @@ import ddmd.hdrgen;
import ddmd.identifier;
import ddmd.root.outbuffer;
import ddmd.visitor;
import core.stdc.stdio;

private enum LOG = false;

Expand Down

0 comments on commit 8687875

Please sign in to comment.