Skip to content

Commit

Permalink
rdmd: Fix --eval (update import list)
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberShadow committed Apr 12, 2016
1 parent da0a2e0 commit 350b810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdmd.d
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ import std.stdio, std.algorithm, std.array, std.ascii, std.base64,
std.numeric, std.outbuffer, std.parallelism, std.path, std.process,
std.random, std.range, std.regex, std.signals, std.socket,
std.socketstream, std.stdint, std.stdio, std.stdiobase, std.stream,
std.string, std.syserror, std.system, std.traits, std.typecons,
std.string, std.windows.syserror, std.system, std.traits, std.typecons,
std.typetuple, std.uni, std.uri, std.utf, std.variant, std.xml, std.zip,
std.zlib;
";
Expand Down

0 comments on commit 350b810

Please sign in to comment.