Skip to content

Commit

Permalink
Fix build error on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-ludwig committed Apr 26, 2016
1 parent 6750f82 commit 6d60f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/dub/compilers/utils.d
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import dub.compilers.buildsettings;
import dub.platform;
import dub.internal.vibecompat.core.log;
import dub.internal.vibecompat.inet.path;
import std.algorithm : canFind;
import std.algorithm : canFind, endsWith, filter;


/**
Expand Down

0 comments on commit 6d60f6a

Please sign in to comment.