Skip to content

Commit

Permalink
Merge pull request #745 from sinkuu/fix_import
Browse files Browse the repository at this point in the history
Fix missing import
  • Loading branch information
s-ludwig committed Jul 28, 2014
2 parents eb3db4f + 76a4833 commit 14582fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/vibe/internal/meta/funcattr.d
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

module vibe.internal.meta.funcattr;

import std.traits : isInstanceOf;
import std.traits : isInstanceOf, ReturnType;

/// example
unittest
Expand Down

0 comments on commit 14582fd

Please sign in to comment.