Skip to content

Commit

Permalink
Merge pull request #2389 from 9rnsr/fix12359
Browse files Browse the repository at this point in the history
Add missing imports
  • Loading branch information
Михаил Страшун committed Aug 1, 2014
2 parents 09a39ce + 900cbeb commit 97979b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions std/stdio.d
Expand Up @@ -1891,6 +1891,7 @@ $(XREF file,readText)
KeepTerminator kt, Terminator term, bool popFirstLine = false)
{
import std.conv : text;
import std.algorithm : sort;

uint i;
std.file.write(deleteme, txt);
Expand Down

0 comments on commit 97979b6

Please sign in to comment.