Skip to content

Commit

Permalink
missing stdio import
Browse files Browse the repository at this point in the history
  • Loading branch information
joakim-brannstrom committed Jan 8, 2016
1 parent 016b008 commit 840f026
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/nspace.d
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ import ddmd.visitor;

private enum LOG = false;

static if (LOG) {
import core.stdc.stdio;
}

/***********************************************************
* A namespace corresponding to a C++ namespace.
* Implies extern(C++).
Expand Down

0 comments on commit 840f026

Please sign in to comment.