Skip to content

Commit

Permalink
Merge pull request #5341 from joakim-brannstrom/missing_stdio_import
Browse files Browse the repository at this point in the history
Missing import of stdio when logging
  • Loading branch information
AndrejMitrovic committed Jan 24, 2016
2 parents 22b1c0b + 8687875 commit 3c1e4d5
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 3c1e4d5

Please sign in to comment.