Skip to content

Commit

Permalink
Add missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
9rnsr committed Aug 10, 2014
1 parent 9fdee20 commit d84a45f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions std/cstream.d
Expand Up @@ -151,6 +151,7 @@ class CFile : Stream {
// run a few tests
unittest {
import std.file : deleteme;
import std.string : toStringz;

auto stream_file = toStringz(std.file.deleteme ~ "-stream.txt");
FILE* f = fopen(stream_file,"w");
Expand Down

0 comments on commit d84a45f

Please sign in to comment.